aboutsummaryrefslogtreecommitdiff
path: root/include/NetUtils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-11-17 09:47:45 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-17 09:59:29 +0100
commit453eac7f1f5ef70390ec51087fc1f190811a7507 (patch)
tree21a32ef6de9a3d7c29562484104b56c12518a6f0 /include/NetUtils.hpp
parentfc49d40c0d2f6edbbe9dde1f1b53d6a17e9d9f7d (diff)
Replace sfml with mgl
Diffstat (limited to 'include/NetUtils.hpp')
-rw-r--r--include/NetUtils.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/NetUtils.hpp b/include/NetUtils.hpp
index a142884..f57f942 100644
--- a/include/NetUtils.hpp
+++ b/include/NetUtils.hpp
@@ -15,6 +15,5 @@ namespace QuickMedia {
std::string url_param_decode(const std::string &param);
std::vector<Range> extract_urls(const std::string &str);
std::vector<std::string> ranges_get_strings(const std::string &str, const std::vector<Range> &ranges);
- void convert_utf8_to_utf32_ranges(const std::string &str, std::vector<Range> &ranges);
std::string header_extract_value(const std::string &header, const std::string &type);
} \ No newline at end of file