mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
AK: Remove unused ApplyPercentDecoding enum from URL class
This commit is contained in:
parent
9d60f23abc
commit
582784d0cf
1 changed files with 0 additions and 4 deletions
4
AK/URL.h
4
AK/URL.h
|
@ -72,10 +72,6 @@ public:
|
|||
|
||||
bool is_valid() const { return m_valid; }
|
||||
|
||||
enum class ApplyPercentDecoding {
|
||||
Yes,
|
||||
No
|
||||
};
|
||||
String const& scheme() const { return m_scheme; }
|
||||
ErrorOr<String> username() const;
|
||||
ErrorOr<String> password() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue