summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mode.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/mode.h b/include/mode.h
index 589ff9141..3877e0d3b 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -111,11 +111,6 @@ class CoreExport ModeHandler : public ServiceProvider
Id modeid;
protected:
- /**
- * The mode parameter translation type
- */
- TranslateType m_paramtype;
-
/** What kind of parameters does the mode take?
*/
ParamSpec parameters_taken;
@@ -201,10 +196,6 @@ class CoreExport ModeHandler : public ServiceProvider
*/
inline ModeType GetModeType() const { return m_type; }
/**
- * Returns the mode's parameter translation type
- */
- inline TranslateType GetTranslateType() const { return m_paramtype; }
- /**
* Returns true if the mode can only be set/unset by an oper
*/
inline bool NeedsOper() const { return oper; }