summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.h
diff options
context:
space:
mode:
authorWeiyi Wang <wwylele@gmail.com>2018-09-22 06:45:50 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-10-02 16:10:01 +0200
commita4595bb93947c849c8101cac6de29f9f694f26b1 (patch)
tree47d0c79fcc8e3e6382db526e3697d50b1b1fcb10 /src/common/string_util.h
parentMerge pull request #1407 from DarkLordZach/dlc (diff)
downloadyuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.tar
yuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.tar.gz
yuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.tar.bz2
yuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.tar.lz
yuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.tar.xz
yuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.tar.zst
yuzu-a4595bb93947c849c8101cac6de29f9f694f26b1.zip
Diffstat (limited to 'src/common/string_util.h')
-rw-r--r--src/common/string_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h
index dcca6bc38..78b558405 100644
--- a/src/common/string_util.h
+++ b/src/common/string_util.h
@@ -72,9 +72,6 @@ std::string ReplaceAll(std::string result, const std::string& src, const std::st
std::string UTF16ToUTF8(const std::u16string& input);
std::u16string UTF8ToUTF16(const std::string& input);
-std::string CP1252ToUTF8(const std::string& str);
-std::string SHIFTJISToUTF8(const std::string& str);
-
#ifdef _WIN32
std::string UTF16ToUTF8(const std::wstring& input);
std::wstring UTF8ToUTF16W(const std::string& str);