]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
m_spanningtree Remove the now needless SplitInProgress workaround
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index f25370b93ae905911fa92a302d7a532c0d6a9f17..09a42ff0ddb7253d18c53f702a68ccbf74588ad0 100644 (file)
@@ -82,10 +82,6 @@ class ModuleSpanningTree : public Module
         */
        bool loopCall;
 
-       /** True if users are quitting due to a netsplit
-        */
-       bool SplitInProgress;
-
        /** Constructor
         */
        ModuleSpanningTree();