summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-04-02 22:03:15 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-04-02 22:03:15 +0200
commitad3958701136ff8ae4a4fc749ef616cc8917d2af (patch)
tree57d9d1fbba06ac9e90d8e7afd3fec5f2567cb5bf /src/CMakeLists.txt
parent585a33e221a7ee392791f4fd5a5ec9214b8fe868 (diff)
downloadmanaserv-ad3958701136ff8ae4a4fc749ef616cc8917d2af.tar.gz
manaserv-ad3958701136ff8ae4a4fc749ef616cc8917d2af.tar.xz
manaserv-ad3958701136ff8ae4a4fc749ef616cc8917d2af.zip
Removed old commandhandler approach
It was forgotten to remove when the new approach was added
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f72726d..8c88d71 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -214,7 +214,6 @@ SET(SRCS_MANASERVGAME
game-server/collisiondetection.cpp
game-server/combatcomponent.h
game-server/combatcomponent.cpp
- game-server/command.cpp
game-server/commandhandler.cpp
game-server/commandhandler.h
game-server/component.h