1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:27:34 +00:00

AK: Remove deprecated m_path member variable from URL

The m_path member variable has been superseded by m_paths. Thus, it has
been removed. The path() getter will continue to exist as a convenience
method for getting the path joined together as a string.
This commit is contained in:
Max Wipfli 2021-05-27 21:40:02 +02:00 committed by Andreas Kling
parent b7c6af0a04
commit 522ef53b98
2 changed files with 18 additions and 33 deletions

View file

@ -68,7 +68,6 @@ public:
void set_password(const String&);
void set_host(const String&);
void set_port(const u16);
void set_path(const String&);
void set_paths(const Vector<String>&);
void set_query(const String&);
void set_fragment(const String&);