From fd1b94e307fadcb5a28d067e2bfac90fb8d55328 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 5 Dec 2017 15:41:38 +0100 Subject: Improve slang, especially in user-visible parts --- core/ustring.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/ustring.cpp') 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; -- cgit v1.2.3