1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

Cleanup: remove now unused GetInt32/64 functions

This commit is contained in:
Rubidium
2023-06-22 17:17:25 +02:00
committed by rubidium42
parent 75a22a1c83
commit 7ad487eeee

View File

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