summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
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.