notes: Remove an unused member variable

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1805 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-03-04 14:04:34 +00:00
parent e49685fb01
commit a793d1e758
-3
View File
@@ -186,9 +186,6 @@ public:
return false;
}
private:
map<CString, unsigned int> m_suSwitchCounters;
};
MODULEDEFS(CNotesMod, "Keep and replay notes")