diff options
Diffstat (limited to 'protocols/MinecraftDynmap/src/utils.h')
-rw-r--r-- | protocols/MinecraftDynmap/src/utils.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/protocols/MinecraftDynmap/src/utils.h b/protocols/MinecraftDynmap/src/utils.h index 105a9b0e0c..35420550b5 100644 --- a/protocols/MinecraftDynmap/src/utils.h +++ b/protocols/MinecraftDynmap/src/utils.h @@ -41,28 +41,6 @@ namespace http }; } -namespace utils -{ - namespace url - { - std::string encode(const std::string &s); - }; - - namespace text - { - void replace_first(std::string* data, const std::string &from, const std::string &to); - void replace_all(std::string* data, const std::string &from, const std::string &to); - std::string special_expressions_decode(std::string data); - std::string slashu_to_utf8(const std::string &data); - std::string trim(const std::string &data); - }; - - namespace time - { - time_t from_string(const std::string &data); - }; -}; - class ScopedLock { public: |