diff options
| author | 2015-05-07 17:10:55 -0400 | |
|---|---|---|
| committer | 2015-05-07 17:10:55 -0400 | |
| commit | 9adad45b0f46ae6ce3e9fe50e855985326045f86 (patch) | |
| tree | 0228017cc24d51e569517b61d3002a969f9099ea /src/common/string_util.h | |
| parent | Merge pull request #721 from yuriks/more-cleanups (diff) | |
| download | yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.gz yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.tar.xz yuzu-9adad45b0f46ae6ce3e9fe50e855985326045f86.zip | |
string_util: Get rid of UriDecode/UriEncode
Diffstat (limited to '')
| -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* _ | |||
| 86 | 86 | ||
| 87 | void BuildCompleteFilename(std::string& _CompleteFilename, const std::string& _Path, const std::string& _Filename); | 87 | void BuildCompleteFilename(std::string& _CompleteFilename, const std::string& _Path, const std::string& _Filename); |
| 88 | std::string ReplaceAll(std::string result, const std::string& src, const std::string& dest); | 88 | std::string ReplaceAll(std::string result, const std::string& src, const std::string& dest); |
| 89 | std::string UriDecode(const std::string & sSrc); | ||
| 90 | std::string UriEncode(const std::string & sSrc); | ||
| 91 | 89 | ||
| 92 | std::string UTF16ToUTF8(const std::u16string& input); | 90 | std::string UTF16ToUTF8(const std::u16string& input); |
| 93 | std::u16string UTF8ToUTF16(const std::string& input); | 91 | std::u16string UTF8ToUTF16(const std::string& input); |