mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
AK: Remove unused ApplyPercentDecoding enum from URL class
This commit is contained in:
parent
9d60f23abc
commit
582784d0cf
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/582784d0cf Pull-request: https://github.com/SerenityOS/serenity/pull/20510 Reviewed-by: https://github.com/ADKaster ✅
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…
Reference in a new issue