summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-28 06:00:47 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-28 06:00:47 +0000
commitbdc13b4d6de240fddfee87bf141d49abce83148c (patch)
treec079e8ada4ea8f58646cb65d024a9ac486d12018 /include/modules.h
parentc11d431dd075d4881d9a2834b12db43b9f74d6fb (diff)
Removed mod_current_user and mod_current_op, the latter of which was only an extern.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1807 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index b7ac4ffe6..4dd6f5d28 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -492,8 +492,6 @@ MDE int moduleAddRootHelp(Command * c, int (*func) (User * u));
extern MDE Module *mod_current_module;
extern MDE const char *mod_current_module_name;
extern MDE char *mod_current_buffer;
-extern MDE int mod_current_op;
-extern MDE User *mod_current_user;
/*************************************************************************/
/*************************************************************************/