From e5ae89775a375106eaad93e2fd1607748c0fa005 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 13 May 2020 05:19:29 -0400 Subject: Remove 32-bit String hex_to_int method --- core/ustring.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/ustring.h') diff --git a/core/ustring.h b/core/ustring.h index f82e31f995..c48bca5552 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -245,9 +245,8 @@ public: bool is_numeric() const; double to_double() const; float to_float() const; - int hex_to_int(bool p_with_prefix = true) const; - int64_t hex_to_int64(bool p_with_prefix = true) const; + int64_t hex_to_int(bool p_with_prefix = true) const; int64_t bin_to_int64(bool p_with_prefix = true) const; int64_t to_int() const; static int to_int(const char *p_str, int p_len = -1); -- cgit v1.2.3