summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h
index 5bf8dc204..f286805c8 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<std::string> LastParseParams;
std::vector<TranslateType> LastParseTranslate;
unsigned int sent[256];
@@ -642,7 +641,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<std::string>& GetLastParseParams() { return LastParseParams; }
const std::vector<TranslateType>& GetLastParseTranslate() { return LastParseTranslate; }
/** Add a mode to the mode parser.