]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Remove Extensible items from user, channel, and Membership on module unload
[user/henk/code/inspircd.git] / include / users.h
index f9128013977bd7c6c3baf32112922e8ac9b62254..505c43b9e621fcc570707989af43e97095cfb2ab 100644 (file)
@@ -255,12 +255,6 @@ class CoreExport User : public EventHandler
        std::bitset<64> AllowedChanModes;
 
  public:
-       /** Pointer to creator.
-        * This is required to make use of core functions
-        * from within the User class.
-        */
-       InspIRCd* ServerInstance;
-
        static LocalIntExt NICKForced;
        static LocalStringExt OperQuit;