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
commit 522ef53b98
Notes: sideshowbarker 2024-07-18 17:03:59 +09:00
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&);