summaryrefslogtreecommitdiff
path: root/src/map/map.t.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-20 21:14:24 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-24 10:02:20 -0800
commitace159199161f555d6e13d05ccc374166ff375b6 (patch)
treed4cafca9f2733f99cc81d9f63b9f1f9172152023 /src/map/map.t.hpp
parent2b092c150e1226decc48160316070fc44d5fbba0 (diff)
downloadtmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.gz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.bz2
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.xz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.zip
Purge some unused functions
Diffstat (limited to 'src/map/map.t.hpp')
-rw-r--r--src/map/map.t.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.t.hpp b/src/map/map.t.hpp
index 50110e9..3562fa3 100644
--- a/src/map/map.t.hpp
+++ b/src/map/map.t.hpp
@@ -60,7 +60,6 @@ enum class Opt2 : uint16_t
_atkpot = 0x0080,
_heal = 0x0100,
_slowpoison = 0x0200,
- sign = 0x8000,
};
enum class Opt3 : uint16_t
{
@@ -75,8 +74,6 @@ enum class Opt3 : uint16_t
_marionette = 0x0400,
_assumptio = 0x0800,
-
- sign = 0x8000,
};
ENUM_BITWISE_OPERATORS(Option)