summaryrefslogtreecommitdiff
path: root/src/game-server/item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/item.hpp')
-rw-r--r--src/game-server/item.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/game-server/item.hpp b/src/game-server/item.hpp
index 828328ba..e7483663 100644
--- a/src/game-server/item.hpp
+++ b/src/game-server/item.hpp
@@ -55,27 +55,6 @@ enum ItemType
ItemType itemTypeFromString (const std::string &name);
-
-/**
- * Enumeration of available weapon's types.
- */
-enum WeaponType
-{
- WPNTYPE_NONE = 0,
- WPNTYPE_KNIFE,
- WPNTYPE_SWORD,
- WPNTYPE_POLEARM,
- WPNTYPE_STAFF,
- WPNTYPE_WHIP,
- WPNTYPE_BOW,
- WPNTYPE_SHOOTING,
- WPNTYPE_MACE,
- WPNTYPE_AXE,
- WPNTYPE_THROWN
-};
-
-WeaponType weaponTypeFromString (const std::string &name);
-
/**
* State effects to beings, and actors.
* States can be multiple for the same being.