# HG changeset patch # User Rubidium # Date 2023-06-13 13:56:38 # Node ID c9f31f5e72c3cfc7a1a1e10e081fc45ace2341bc # Parent b346340fe4e3e65497e278007f7fafff3f94839e Cleanup: unused GetDataPointer function diff --git a/src/strings_func.h b/src/strings_func.h --- 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