diff options
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); |