aboutsummaryrefslogtreecommitdiff
path: root/src/operate.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-22 00:52:27 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-22 00:52:27 -0300
commitc4dfe97e95846b43c578b3be35d0ef69f9b50e94 (patch)
tree104189628cc30e172cd291fd56dda2382fb38ed9 /src/operate.hh
parentefeb10adcc606ad261782a260c8ef86e77ea0608 (diff)
downloadgame-c4dfe97e95846b43c578b3be35d0ef69f9b50e94.tar.gz
game-c4dfe97e95846b43c578b3be35d0ef69f9b50e94.zip
`sending.cc`
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);