aboutsummaryrefslogtreecommitdiff
path: root/src/operate.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.hh')
-rw-r--r--src/operate.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/operate.hh b/src/operate.hh
index 3cb5075..85cbf9f 100644
--- a/src/operate.hh
+++ b/src/operate.hh
@@ -22,8 +22,6 @@ enum : int {
OBJECT_MOVED = 3,
};
-#if 0
-// TODO(fusion): Use these?
enum : int {
CHANNEL_GUILD = 0,
CHANNEL_GAMEMASTER = 1,
@@ -38,7 +36,6 @@ enum : int {
CHANNEL_FIRST = 0,
CHANNEL_LAST = 0xFFFF,
};
-#endif
struct TChannel {
TChannel(void);