diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-16 23:27:34 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-16 23:27:34 +0000 |
commit | 09b92517d0b2c7686394cb25d90e51a290b44fef (patch) | |
tree | 4bb6ca7db2871f16dc005e826e48b958f715a4f6 /include/module.h | |
parent | e16a5126996e431b320ee81a6a41e184240257da (diff) |
Removed MOD_HEAD, MOD_TAIL, and MOD_UNIQUE constants
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2507 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/module.h b/include/module.h index 9824cd8c4..bc9323f19 100644 --- a/include/module.h +++ b/include/module.h @@ -7,9 +7,5 @@ #include "modules.h" #include "version.h" -#define MOD_UNIQUE 0 -#define MOD_HEAD 1 -#define MOD_TAIL 2 - #endif |