diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-25 04:31:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-25 04:31:02 +0300 |
commit | 1298d827ce0d1e8bf4c470d6cf8177e0b2035385 (patch) | |
tree | e6fe40637e02ad7d6f0d3a55b75b6ffed09f60c3 /src/notifymanager.cpp | |
parent | 898d7acad948b253276b11aa215bb200323116c1 (diff) | |
download | plus-1298d827ce0d1e8bf4c470d6cf8177e0b2035385.tar.gz plus-1298d827ce0d1e8bf4c470d6cf8177e0b2035385.tar.bz2 plus-1298d827ce0d1e8bf4c470d6cf8177e0b2035385.tar.xz plus-1298d827ce0d1e8bf4c470d6cf8177e0b2035385.zip |
Gurard notifications array size with amount of notification enum members.
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r-- | src/notifymanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/notifymanager.cpp b/src/notifymanager.cpp index 12d4e4a00..1cbd755ff 100644 --- a/src/notifymanager.cpp +++ b/src/notifymanager.cpp @@ -24,8 +24,6 @@ #include "being/localplayer.h" -#include "enums/resources/notifytypes.h" - #include "net/guildhandler.h" #include "net/partyhandler.h" |