From 78d61ec54adc143e0939c5f3e8c8f0dabf17979a Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 4 Jan 2025 01:26:02 -0600 Subject: [PATCH] [nostalgia/core] Cleanup unused function declaration --- .../src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp b/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp index a22461a..db6f013 100644 --- a/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp +++ b/deps/nostalgia/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp @@ -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;