From e4839dc44353952dde32620035c07863b918eb15 Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 11 Oct 2009 18:03:17 +0000 Subject: Move 2 static extensibles from user class to inspircd class for global access in an attempt to further fix windows build. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11838 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index ac3b2b459..884aaceeb 100644 --- a/include/users.h +++ b/include/users.h @@ -264,9 +264,6 @@ class CoreExport User : public StreamSocket std::bitset<64> AllowedChanModes; public: - static LocalIntExt NICKForced; - static LocalStringExt OperQuit; - /** Contains a pointer to the connect class a user is on from - this will be NULL for remote connections. */ reference MyClass; -- cgit v1.2.3