summaryrefslogtreecommitdiffstats
path: root/src/Client/CommandParser.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-02-24 22:39:33 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-02-24 22:39:33 +0100
commit35ab037e7e6ac08e214b053de8ed87e3f35586fc (patch)
tree540d5b40a6e342f2cd6e0c61aec20347f8bb17b8 /src/Client/CommandParser.h
parentf85b6d5ab264910f272e69ce5997cebec54886ce (diff)
downloadmad-35ab037e7e6ac08e214b053de8ed87e3f35586fc.tar
mad-35ab037e7e6ac08e214b053de8ed87e3f35586fc.zip
Einigen unnoetigen Code entfernt
Diffstat (limited to 'src/Client/CommandParser.h')
-rw-r--r--src/Client/CommandParser.h2
1 files changed, 0 insertions, 2 deletions
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<std::string> &ret);
-
const Command* findCommand(const std::string& command);
void printUsage(const std::string& command);