summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemWood.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Items/ItemWood.h')
-rw-r--r--source/Items/ItemWood.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/Items/ItemWood.h b/source/Items/ItemWood.h
deleted file mode 100644
index 476256c5d..000000000
--- a/source/Items/ItemWood.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-#pragma once
-
-#include "ItemHandler.h"
-
-
-
-
-
-class cItemWoodHandler :
- public cItemHandler
-{
-public:
- cItemWoodHandler(int a_ItemType)
- : cItemHandler(a_ItemType)
- {
- }
-} ;
-
-
-
-