X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusers.h;h=505c43b9e621fcc570707989af43e97095cfb2ab;hb=01c23b31f7d0ea87052cd22814af826ecb11f0f3;hp=f9128013977bd7c6c3baf32112922e8ac9b62254;hpb=91df762e93212958db487d8517addba1a63a4ddd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index f91280139..505c43b9e 100644 --- a/include/users.h +++ b/include/users.h @@ -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;