From 3ee523628465a59070354781cda6585f6778192c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 19:22:14 +0000 Subject: Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers git-svn-id: http://mc-server.googlecode.com/svn/trunk@1555 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ClientHandle.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/ClientHandle.cpp') diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index 0eb24e9e9..d0904bfb0 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -12,11 +12,7 @@ #include "BlockEntities/SignEntity.h" #include "UI/Window.h" #include "Item.h" -#include "Torch.h" #include "Doors.h" -#include "Ladder.h" -#include "Vine.h" -#include "Sign.h" #include "Piston.h" #include "Mobs/Monster.h" #include "ChatColor.h" -- cgit v1.2.3