diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-09 17:48:40 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-09 17:48:40 +0000 |
commit | 3cd1a24a51b9560a6dd6590b4a384f6b6942370d (patch) | |
tree | 5d412748be07a9cba449587e6ac659862c761fe3 /include/mode.h | |
parent | dd2ace5916a8bb24801e74aa8b209d396e012d9b (diff) |
Remove mode counter, not reliable and only used for umode +i
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12246 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mode.h b/include/mode.h index ce9d2ee2b..31d092207 100644 --- a/include/mode.h +++ b/include/mode.h @@ -135,10 +135,6 @@ class CoreExport ModeHandler : public ServiceProvider */ ModeType m_type; - /** Number of items with this mode set on them - */ - unsigned int count; - /** The prefix char needed on channel to use this mode, * only checked for channel modes */ @@ -167,12 +163,6 @@ class CoreExport ModeHandler : public ServiceProvider * value for this mode prefix. */ inline char GetPrefix() const { return prefix; } - /** Get number of items with this mode set on them - */ - virtual unsigned int GetCount(); - /** Adjust usage count returned by GetCount - */ - virtual void ChangeCount(int modifier); /** * Get the 'value' of this modes prefix. * determines which to display when there are multiple. |