From 462bebf6dd57b200dcbd523b9c709d2f1d503ee4 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/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp b/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp index a22461a5..db6f013d 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp +++ b/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;