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); - } } }