diff --git a/src/strings_internal.h b/src/strings_internal.h index c79551fde8..e214a3c1a1 100644 --- a/src/strings_internal.h +++ b/src/strings_internal.h @@ -92,17 +92,6 @@ public: return static_cast(ptr == nullptr ? 0 : ptr->data); } - int64 GetInt64() - { - return GetNextParameter(); - } - - /** Read an int32 from the argument array. @see GetInt64. */ - int32 GetInt32() - { - return GetNextParameter(); - } - /** * Get a new instance of StringParameters that is a "range" into the * remaining existing parameters. Upon destruction the offset in the parent