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 | |
| parent | 03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff) | |
| download | godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.gz godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.zst godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.zip | |
Diffstat (limited to 'core')
| -rw-r--r-- | core/error_list.h | 2 | ||||
| -rw-r--r-- | core/global_constants.cpp | 1 | ||||
| -rw-r--r-- | core/ustring.cpp | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/core/error_list.h b/core/error_list.h index 50d248b3d..9a36b27aa 100644 --- a/core/error_list.h +++ b/core/error_list.h @@ -87,8 +87,6 @@ enum Error { ERR_HELP, ///< user requested help!! ERR_BUG, ///< a bug in the software certainly happened, due to a double check failing or unexpected behavior. ERR_PRINTER_ON_FIRE, /// the parallel port printer is engulfed in flames - ERR_OMFG_THIS_IS_VERY_VERY_BAD, ///< shit happens, has never been used, though - ERR_WTF = ERR_OMFG_THIS_IS_VERY_VERY_BAD ///< short version of the above }; #endif diff --git a/core/global_constants.cpp b/core/global_constants.cpp index 48101c8cf..fb432b85d 100644 --- a/core/global_constants.cpp +++ b/core/global_constants.cpp @@ -491,7 +491,6 @@ void register_global_constants() { BIND_GLOBAL_ENUM_CONSTANT(ERR_BUSY); BIND_GLOBAL_ENUM_CONSTANT(ERR_HELP); ///< user requested help!! BIND_GLOBAL_ENUM_CONSTANT(ERR_BUG); ///< a bug in the software certainly happened ), due to a double check failing or unexpected behavior. - BIND_GLOBAL_ENUM_CONSTANT(ERR_WTF); BIND_GLOBAL_ENUM_CONSTANT(PROPERTY_HINT_NONE); BIND_GLOBAL_ENUM_CONSTANT(PROPERTY_HINT_RANGE); 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; |
