From d02a5866d4fdedec9219aeca0a6048828b394fd2 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 21:19:19 +0000 Subject: Mass-tidyup of module global vars, theyre no longer global vars. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4856 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_zline.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cmd_zline.cpp') diff --git a/src/cmd_zline.cpp b/src/cmd_zline.cpp index ab068479e..f62c7058a 100644 --- a/src/cmd_zline.cpp +++ b/src/cmd_zline.cpp @@ -25,9 +25,6 @@ #include "commands/cmd_zline.h" extern InspIRCd* ServerInstance; -extern int MODCOUNT; -extern ModuleList modules; -extern FactoryList factory; void cmd_zline::Handle (const char** parameters, int pcnt, userrec *user) { -- cgit v1.2.3