diff options
| author | 2014-10-25 15:19:05 -0400 | |
|---|---|---|
| committer | 2014-10-25 15:19:05 -0400 | |
| commit | 70058f8151a9c6599bbcd9d5772b87c9602ed0fa (patch) | |
| tree | b7f0711f1d817b18f041fea31cfcf0ebe9cbba69 /src/common/string_util.h | |
| parent | Merge pull request #112 from bunnei/skyeye-dyncom-interpreter (diff) | |
| parent | Removed uses of raw c-string manipulation functions. (diff) | |
| download | yuzu-70058f8151a9c6599bbcd9d5772b87c9602ed0fa.tar.gz yuzu-70058f8151a9c6599bbcd9d5772b87c9602ed0fa.tar.xz yuzu-70058f8151a9c6599bbcd9d5772b87c9602ed0fa.zip | |
Merge pull request #148 from archshift/no-cstring
Removed some uses of raw c-string manipulation functions.
Diffstat (limited to '')
| -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); |