Browse Source

AK: Remove unused ApplyPercentDecoding enum from URL class

Shannon Booth 2 years ago
parent
commit
582784d0cf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      AK/URL.h

+ 0 - 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;