mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
Cleanup: unused GetDataPointer function
This commit is contained in:
parent
e332810231
commit
43f91bc50c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user