diff options
author | Unknown <m.hilbrunner@gmail.com> | 2017-12-05 15:41:38 +0100 |
---|---|---|
committer | Unknown <m.hilbrunner@gmail.com> | 2017-12-05 15:41:38 +0100 |
commit | fd1b94e307fadcb5a28d067e2bfac90fb8d55328 (patch) | |
tree | 2f0c70cd36791203d8bb72e787f29efaa44567fc /core/ustring.cpp | |
parent | 03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff) | |
download | redot-engine-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.gz |
Improve slang, especially in user-visible parts
Diffstat (limited to 'core/ustring.cpp')
-rw-r--r-- | core/ustring.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ustring.cpp b/core/ustring.cpp index a86fb46c8a..3a0708851e 100644 --- a/core/ustring.cpp +++ b/core/ustring.cpp @@ -3380,8 +3380,6 @@ bool String::is_valid_float() const { from++; } - //this was pulled out of my ass, i wonder if it's correct... - bool exponent_found = false; bool period_found = false; bool sign_found = false; |