From 868e28b44f1ad0b5bb2585e156407915803ab3e2 Mon Sep 17 00:00:00 2001 From: Franklin Kong Date: Fri, 26 Jun 2020 16:34:22 -0400 Subject: Merged trivial item handlers into cSimplePlaceableItemHandler (#4766) - Remove unused files Co-authored-by: aiugai Co-authored-by: Tiger Wang --- src/Items/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/Items/CMakeLists.txt') diff --git a/src/Items/CMakeLists.txt b/src/Items/CMakeLists.txt index e5f65fb3b..2ade4b9df 100644 --- a/src/Items/CMakeLists.txt +++ b/src/Items/CMakeLists.txt @@ -10,10 +10,7 @@ target_sources( ItemBoat.h ItemBottle.h ItemBow.h - ItemBrewingStand.h ItemBucket.h - ItemCake.h - ItemCauldron.h ItemChest.h ItemCloth.h ItemComparator.h @@ -22,7 +19,6 @@ target_sources( ItemDye.h ItemEmptyMap.h ItemFishingRod.h - ItemFlowerPot.h ItemFood.h ItemFoodSeeds.h ItemGoldenApple.h @@ -56,8 +52,7 @@ target_sources( ItemSoup.h ItemSpawnEgg.h ItemSpiderEye.h - ItemString.h - ItemSugarcane.h ItemSword.h ItemThrowable.h + SimplePlaceableItemHandler.h ) -- cgit v1.2.3