diff options
author | Lioncash <mathew1800@gmail.com> | 2015-05-07 23:10:55 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-05-07 23:10:55 +0200 |
commit | 9adad45b0f46ae6ce3e9fe50e855985326045f86 (patch) | |
tree | 0228017cc24d51e569517b61d3002a969f9099ea /src/common/string_util.h | |
parent | Merge pull request #721 from yuriks/more-cleanups (diff) | |
download | yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.gz yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.bz2 yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.lz yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.xz yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.zst yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.zip |
Diffstat (limited to 'src/common/string_util.h')
-rw-r--r-- | src/common/string_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index a60a84696..356da5b60 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h @@ -86,8 +86,6 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _ void BuildCompleteFilename(std::string& _CompleteFilename, const std::string& _Path, const std::string& _Filename); std::string ReplaceAll(std::string result, const std::string& src, const std::string& dest); -std::string UriDecode(const std::string & sSrc); -std::string UriEncode(const std::string & sSrc); std::string UTF16ToUTF8(const std::u16string& input); std::u16string UTF8ToUTF16(const std::string& input); |