summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h
index aa11a2b82..fa9d97c21 100644
--- a/include/users.h
+++ b/include/users.h
@@ -328,10 +328,6 @@ class CoreExport User : public Extensible
*/
unsigned int registered:3;
- /** Whether or not to send an snotice about this user's quitting
- */
- unsigned int quietquit:1;
-
/** If this is set to true, then all socket operations for the user
* are dropped into the bit-bucket.
* This value is set by QuitUser, and is not needed seperately from that call.