diff options
author | Adam <Adam@anope.org> | 2011-11-16 16:22:58 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-11-16 16:22:58 -0500 |
commit | 5281282a61601e9a6b77d129ed97e0509a0474cb (patch) | |
tree | c9dc89c4f5467f3bda4d579fe779e5ba4f9c0008 /modules/commands/cs_access.cpp | |
parent | 503eb42e404352f5e101f9658749f095a0160591 (diff) |
Fixed compile error
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r-- | modules/commands/cs_access.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 7a9c3b9a5..bda726276 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -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) |