From 453eac7f1f5ef70390ec51087fc1f190811a7507 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 Nov 2021 09:47:45 +0100 Subject: Replace sfml with mgl --- include/NetUtils.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/NetUtils.hpp') 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 ¶m); std::vector extract_urls(const std::string &str); std::vector ranges_get_strings(const std::string &str, const std::vector &ranges); - void convert_utf8_to_utf32_ranges(const std::string &str, std::vector &ranges); std::string header_extract_value(const std::string &header, const std::string &type); } \ No newline at end of file -- cgit v1.2.3