webadmin: Remove an unused variable

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2116 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-09-05 15:30:55 +00:00
parent 35ae34fa42
commit 4b74817fdf

View File

@@ -1042,9 +1042,6 @@ public:
/* we don't want the template to be printed while we redirect */
return false;
}
private:
map<CString, unsigned int> m_suSwitchCounters;
};
GLOBALMODULEDEFS(CWebAdminMod, "Web based administration module")