From 3427e32cc1fb4cb41a07b08e23e427cd794f9597 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 3 Sep 2014 14:31:00 +0200 Subject: Remove ModeParser::LastParseTranslate and GetLastParseTranslate() --- include/mode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 * Use GetLastParse() to get this value, to be used for display purposes. */ std::string LastParse; - std::vector LastParseTranslate; unsigned int sent[256]; @@ -641,7 +640,6 @@ class CoreExport ModeParser : public fakederef * @return Last parsed string, as seen by users. */ const std::string& GetLastParse() const { return LastParse; } - const std::vector& GetLastParseTranslate() { return LastParseTranslate; } /** Add a mode to the mode parser. * Throws a ModuleException if the mode cannot be added. -- cgit v1.2.3