From 43f91bc50c00e740d990588b00b459da3b76c7a2 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Tue, 13 Jun 2023 15:56:38 +0200 Subject: [PATCH] Cleanup: unused GetDataPointer function --- src/strings_func.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/strings_func.h b/src/strings_func.h index d378f5394b..736b51a72f 100644 --- a/src/strings_func.h +++ b/src/strings_func.h @@ -123,12 +123,6 @@ public: return (int32)this->GetInt64(type); } - /** Get a pointer to the current element in the data array. */ - uint64 *GetDataPointer() const - { - return &this->data[this->offset]; - } - /** * Get a new instance of StringParameters that is a "range" into the * parameters existing parameters. Upon destruction the offset in the parent