From e7ae031ce7921327644ad9814f2b375b8edd1a9f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 30 Mar 2020 20:09:45 -0500 Subject: [PATCH] [nostalgia/core/studio] Cleanup --- src/nostalgia/core/studio/tilesheeteditor.cpp | 1 - 1 file changed, 1 deletion(-) 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