mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: remove now unused GetInt32/64 functions
parent
75a22a1c83
commit
7ad487eeee
|
@ -92,17 +92,6 @@ public:
|
||||||
return static_cast<T>(ptr == nullptr ? 0 : ptr->data);
|
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
|
* Get a new instance of StringParameters that is a "range" into the
|
||||||
* remaining existing parameters. Upon destruction the offset in the parent
|
* remaining existing parameters. Upon destruction the offset in the parent
|
||||||
|
|
Loading…
Reference in New Issue