1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 00:33:12 +02:00

Fixed compile error

This commit is contained in:
Adam
2011-11-16 16:22:58 -05:00
parent 503eb42e40
commit 5281282a61
3 changed files with 6 additions and 12 deletions
-6
View File
@@ -13,12 +13,6 @@
#include "module.h"
enum
{
ACCESS_INVALID = -10000,
ACCESS_FOUNDER = 10001
};
static std::map<Anope::string, int16_t, ci::less> defaultLevels;
static void reset_levels(ChannelInfo *ci)