1
0
Fork 0

Cleanup: unused GetDataPointer function

pull/11006/head
Rubidium 2023-06-13 15:56:38 +02:00 committed by rubidium42
parent e332810231
commit 43f91bc50c
1 changed files with 0 additions and 6 deletions

View File

@ -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