summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/users.h b/include/users.h
index 6bb37f3e0..23a520fe0 100644
--- a/include/users.h
+++ b/include/users.h
@@ -633,14 +633,6 @@ class CoreExport User : public EventHandler
*/
bool quietquit;
- /** Flood counters - lines received
- */
- unsigned int lines_in;
-
- /** Flood counters - time lines_in is due to be reset
- */
- time_t reset_due;
-
/** 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.