diff --git a/scwx-qt/source/scwx/qt/util/texture_atlas.cpp b/scwx-qt/source/scwx/qt/util/texture_atlas.cpp index 40f521eb..1ae34287 100644 --- a/scwx-qt/source/scwx/qt/util/texture_atlas.cpp +++ b/scwx-qt/source/scwx/qt/util/texture_atlas.cpp @@ -474,11 +474,6 @@ TextureAtlas::Impl::LoadImage(const std::string& imagePath) }); } - boost::gil::write_view( - fmt::format("gil-{}.png", url.fileName().toStdString()), - image._view, - boost::gil::png_tag()); - stbi_image_free(pixelData); } else if (response.status_code == 0)