diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 3 |
1 files changed, 0 insertions, 3 deletions
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<ConnectClass> MyClass; |