From 40535bfb59458ab4a263b985131a01e00a55a375 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 6 Apr 2020 23:08:35 +0200 Subject: [PATCH] Fix normal compile. --- library/voxelman_library_merger.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/library/voxelman_library_merger.cpp b/library/voxelman_library_merger.cpp index e80db80..73ffd9f 100644 --- a/library/voxelman_library_merger.cpp +++ b/library/voxelman_library_merger.cpp @@ -272,12 +272,6 @@ void VoxelmanLibraryMerger::refresh_rects() { surface->set_region(static_cast(j), _packer->get_texture(tex)); } } - - Ref gc = surface->get_clutter(); - - if (gc.is_valid()) { - gc->add_textures_to(_packer); - } } }