summaryrefslogtreecommitdiff
path: root/src/depricatedevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r--src/depricatedevent.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h
index cc6658b7f..b46de1647 100644
--- a/src/depricatedevent.h
+++ b/src/depricatedevent.h
@@ -30,22 +30,12 @@
enum Channels
{
- CHANNEL_ATTRIBUTES = 0,
- CHANNEL_CLIENT,
- CHANNEL_GAME,
- CHANNEL_NOTICES
+ CHANNEL_ATTRIBUTES = 0
};
enum DepricatedEvents
{
- EVENT_CONSTRUCTED = 0,
- EVENT_DESTRUCTED,
- EVENT_ENGINESINITALIZING,
- EVENT_GUIWINDOWSLOADING,
- EVENT_GUIWINDOWSUNLOADED,
- EVENT_SERVERNOTICE,
- EVENT_STATECHANGE,
- EVENT_UPDATEATTRIBUTE,
+ EVENT_UPDATEATTRIBUTE = 0,
EVENT_UPDATESTAT
};