From 0c0ccd1a692169d99beb8c238b8b2c466e81a13d Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 24 Apr 2024 23:09:50 -0500 Subject: [PATCH] [nostalgia/core/studio] Cleanup scratchpad code --- .../core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp index 134057c4..a2c91f0a 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp @@ -64,7 +64,6 @@ static ox::Error toPngFile( for (auto &c : pixels) { c = color32(color(pal, page, c)) | static_cast(0XFF << 24); } - std::hash(); constexpr auto fmt = LCT_RGBA; return OxError(static_cast( lodepng_encode_file(