From 742e27ad2f037205285e475be487ec9ed874ca91 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 8 Sep 2020 09:46:16 +0100 Subject: Remove unused Temporary namespace - Remove unused temporary mapping generation at startup --- src/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 69ea7dbd1..a3d34eb53 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,10 +6,7 @@ target_sources( BiomeDef.cpp BlockArea.cpp BlockInfo.cpp - BlockState.cpp BlockType.cpp - BlockTypePalette.cpp - BlockTypeRegistry.cpp BrewingRecipes.cpp Broadcaster.cpp BoundingBox.cpp @@ -53,7 +50,6 @@ target_sources( MonsterConfig.cpp NetherPortalScanner.cpp OverridesSettingsRepository.cpp - PalettedBlockArea.cpp ProbabDistrib.cpp RankManager.cpp RCONServer.cpp @@ -76,11 +72,8 @@ target_sources( BlockArea.h BlockInServerPluginInterface.h BlockInfo.h - BlockState.h BlockTracer.h BlockType.h - BlockTypePalette.h - BlockTypeRegistry.h BrewingRecipes.h BoundingBox.h BuildInfo.h.cmake @@ -135,7 +128,6 @@ target_sources( NetherPortalScanner.h OpaqueWorld.h OverridesSettingsRepository.h - PalettedBlockArea.h ProbabDistrib.h RankManager.h RCONServer.h -- cgit v1.2.3