[nostalgia/core] Cleanup unused function declaration

This commit is contained in:
Gary Talent 2025-01-04 01:26:02 -06:00
parent e3f84c4e75
commit 462bebf6dd

View File

@ -102,8 +102,6 @@ OX_MODEL_BEGIN(TileSheetSet)
OX_MODEL_FIELD(entries)
OX_MODEL_END()
void addEntry(TileSheetSet &set, ox::FileAddress path, int32_t begin = 0, int32_t size = -1) noexcept;
[[nodiscard]]
int tileColumns(Context&) noexcept;