diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-29 00:44:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-29 00:44:18 +0300 |
commit | e02996049927ca4f52852fe0e437010fd07238a3 (patch) | |
tree | 7ef583190ec9b20a7e35d880fcdc2c1c7cb51934 /src/depricatedevent.h | |
parent | be3c1cf049d3df146d18acfb7cbead2ef3f660f1 (diff) | |
download | plus-e02996049927ca4f52852fe0e437010fd07238a3.tar.gz plus-e02996049927ca4f52852fe0e437010fd07238a3.tar.bz2 plus-e02996049927ca4f52852fe0e437010fd07238a3.tar.xz plus-e02996049927ca4f52852fe0e437010fd07238a3.zip |
remove some code from deprivatedevent class.
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r-- | src/depricatedevent.h | 14 |
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 }; |