diff options
| author | 2014-10-23 21:17:01 -0700 | |
|---|---|---|
| committer | 2014-10-23 21:44:10 -0700 | |
| commit | 7fa4dbd0c6e89aab762eaf29607a0a0ced660847 (patch) | |
| tree | 693ec14d1c71c311e5d5d08b6d9f96711f7bced1 /src/common/string_util.h | |
| parent | Merge pull request #133 from archshift/sdmc-enabled (diff) | |
| download | yuzu-7fa4dbd0c6e89aab762eaf29607a0a0ced660847.tar.gz yuzu-7fa4dbd0c6e89aab762eaf29607a0a0ced660847.tar.xz yuzu-7fa4dbd0c6e89aab762eaf29607a0a0ced660847.zip | |
Removed uses of raw c-string manipulation functions.
Diffstat (limited to 'src/common/string_util.h')
| -rw-r--r-- | src/common/string_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index 16ce39bc1..a41ccc691 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -54,7 +54,6 @@ std::string ThousandSeparate(I value, int spaces = 0) | |||
| 54 | return oss.str(); | 54 | return oss.str(); |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | std::string StringFromInt(int value); | ||
| 58 | std::string StringFromBool(bool value); | 57 | std::string StringFromBool(bool value); |
| 59 | 58 | ||
| 60 | bool TryParse(const std::string &str, bool *output); | 59 | bool TryParse(const std::string &str, bool *output); |