summaryrefslogtreecommitdiff
path: root/core/ustring.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-12-05 21:14:29 +0100
committerGitHub <noreply@github.com>2017-12-05 21:14:29 +0100
commit9a96a2a06e2daacdcd90469c33e8f5f6dafa6958 (patch)
tree4069a4c5cee9ec31f9d2f5e888b2c31479921e73 /core/ustring.cpp
parent1587f45c2551a43db2808f2c5938095e19f060d2 (diff)
parentfd1b94e307fadcb5a28d067e2bfac90fb8d55328 (diff)
Merge pull request #14000 from mhilbrunner/issue-13950
Improve slang, especially in user-visible parts. Closes #13950.
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;