From 35ab037e7e6ac08e214b053de8ed87e3f35586fc Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Feb 2009 22:39:33 +0100 Subject: Einigen unnoetigen Code entfernt --- src/Client/CommandParser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Client/CommandParser.h') diff --git a/src/Client/CommandParser.h b/src/Client/CommandParser.h index de65788..cb38588 100644 --- a/src/Client/CommandParser.h +++ b/src/Client/CommandParser.h @@ -53,8 +53,6 @@ class CommandParser { Net::Connection *connection; - bool split(const std::string &str, std::vector &ret); - const Command* findCommand(const std::string& command); void printUsage(const std::string& command); -- cgit v1.2.3