diff options
| author | 2018-07-18 23:57:12 -0400 | |
|---|---|---|
| committer | 2018-07-18 23:57:15 -0400 | |
| commit | 33fbcb45a7d43fc504c5382e23de12941289aee5 (patch) | |
| tree | 01434b8e2153f37f74e065baf52f65a79764f3ad /src/common/string_util.h | |
| parent | Merge pull request #691 from lioncash/guard (diff) | |
| download | yuzu-33fbcb45a7d43fc504c5382e23de12941289aee5.tar.gz yuzu-33fbcb45a7d43fc504c5382e23de12941289aee5.tar.xz yuzu-33fbcb45a7d43fc504c5382e23de12941289aee5.zip | |
string_util: Remove AsciiToHex()
Easy TODO
Diffstat (limited to '')
| -rw-r--r-- | src/common/string_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index 1f5a383cb..daa071f83 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -57,9 +57,6 @@ static bool TryParse(const std::string& str, N* const output) { | |||
| 57 | return false; | 57 | return false; |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | // TODO: kill this | ||
| 61 | bool AsciiToHex(const char* _szValue, u32& result); | ||
| 62 | |||
| 63 | std::string TabsToSpaces(int tab_size, const std::string& in); | 60 | std::string TabsToSpaces(int tab_size, const std::string& in); |
| 64 | 61 | ||
| 65 | void SplitString(const std::string& str, char delim, std::vector<std::string>& output); | 62 | void SplitString(const std::string& str, char delim, std::vector<std::string>& output); |