summaryrefslogtreecommitdiffstats
path: root/core/ustring.cpp
diff options
context:
space:
mode:
authorUnknown <m.hilbrunner@gmail.com>2017-12-05 15:41:38 +0100
committerUnknown <m.hilbrunner@gmail.com>2017-12-05 15:41:38 +0100
commitfd1b94e307fadcb5a28d067e2bfac90fb8d55328 (patch)
tree2f0c70cd36791203d8bb72e787f29efaa44567fc /core/ustring.cpp
parent03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff)
downloadredot-engine-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.gz
Improve slang, especially in user-visible parts
Diffstat (limited to 'core/ustring.cpp')
-rw-r--r--core/ustring.cpp2
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;