summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-09-03 14:31:00 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-09-03 14:31:00 +0200
commit3427e32cc1fb4cb41a07b08e23e427cd794f9597 (patch)
treef346ac6ad6b2d9f9bd35ab5c98e7f95c5b649b7f /include/mode.h
parent626005fe124d547119a113cd8c3c408a81c2f32e (diff)
Remove ModeParser::LastParseTranslate and GetLastParseTranslate()
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h
index f286805c8..589ff9141 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -577,7 +577,6 @@ class CoreExport ModeParser : public fakederef<ModeParser>
* Use GetLastParse() to get this value, to be used for display purposes.
*/
std::string LastParse;
- std::vector<TranslateType> LastParseTranslate;
unsigned int sent[256];
@@ -641,7 +640,6 @@ class CoreExport ModeParser : public fakederef<ModeParser>
* @return Last parsed string, as seen by users.
*/
const std::string& GetLastParse() const { return LastParse; }
- const std::vector<TranslateType>& GetLastParseTranslate() { return LastParseTranslate; }
/** Add a mode to the mode parser.
* Throws a ModuleException if the mode cannot be added.