summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-09-03 14:32:02 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-09-03 14:32:02 +0200
commit8003e37f81e26fde4a3855cdfe6917eb74a2c264 (patch)
tree37db821550fa3e0e33c843334c5e406fffe63e59 /include
parent3427e32cc1fb4cb41a07b08e23e427cd794f9597 (diff)
Remove ModeHandler::m_paramtype and GetTranslateType()
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; }