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(