diff --git a/src/nostalgia/core/studio/tilesheeteditor.cpp b/src/nostalgia/core/studio/tilesheeteditor.cpp index e96d6f27..64abab24 100644 --- a/src/nostalgia/core/studio/tilesheeteditor.cpp +++ b/src/nostalgia/core/studio/tilesheeteditor.cpp @@ -574,7 +574,6 @@ QString TileSheetEditor::palettePath(QString paletteName) const { } constexpr common::Point idxToPt(int i, int c) noexcept { - common::Point p; const auto t = i / PixelsPerTile; // tile number const auto iti = i % PixelsPerTile; // in tile index const auto tc = t % c; // tile column