From 09b92517d0b2c7686394cb25d90e51a290b44fef Mon Sep 17 00:00:00 2001 From: Adam- Date: Wed, 16 Sep 2009 23:27:34 +0000 Subject: 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 --- include/module.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/module.h') 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 -- cgit