summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-03-03 15:10:41 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-03-03 15:10:41 +0100
commita8b146419b2aae36da25b7202292528efd3158a9 (patch)
tree69efd1906ffc0dc145580a674c50ed220a9273d2 /src/modules/m_spanningtree/main.h
parentb1173ca66a3a3dc3d1ae0b3f305e1b37e3d5c982 (diff)
m_spanningtree Remove remains of the KeepNickTS workaround
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
-rw-r--r--src/modules/m_spanningtree/main.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h
index 12667aebf..513e86a2f 100644
--- a/src/modules/m_spanningtree/main.h
+++ b/src/modules/m_spanningtree/main.h
@@ -77,11 +77,6 @@ class ModuleSpanningTree : public Module
*/
bool SplitInProgress;
- /** If true OnUserPostNick() won't update the nick TS before sending the NICK,
- * used when handling SVSNICK.
- */
- bool KeepNickTS;
-
/** Constructor
*/
ModuleSpanningTree();