diff options
| author | Unknown | 2017-12-05 15:41:38 +0100 |
|---|---|---|
| committer | Unknown | 2017-12-05 15:41:38 +0100 |
| commit | fd1b94e307fadcb5a28d067e2bfac90fb8d55328 (patch) | |
| tree | 2f0c70cd36791203d8bb72e787f29efaa44567fc /core/ustring.cpp | |
| parent | 03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff) | |
| download | godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.gz godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.zst godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.zip | |
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 a86fb46c8..3a0708851 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; |
