summaryrefslogtreecommitdiff
path: root/src/party.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-29 17:34:37 -0700
committerIra Rice <irarice@gmail.com>2009-01-29 17:34:37 -0700
commit5a217925e3088bfbb187d274ced159754e2397c2 (patch)
tree6b873f69d25637695b039259367d4572ac1c8b66 /src/party.h
parentd3ac12d94f6ddb25866e10856ec47919a4b6d7a6 (diff)
downloadmana-client-5a217925e3088bfbb187d274ced159754e2397c2.tar.gz
mana-client-5a217925e3088bfbb187d274ced159754e2397c2.tar.bz2
mana-client-5a217925e3088bfbb187d274ced159754e2397c2.tar.xz
mana-client-5a217925e3088bfbb187d274ced159754e2397c2.zip
Trimmed out a few help functions from some subclasses, and moved them
back to the chat class, where they really belong. Since the party class parses its own suboptions, I left the suboptions within that class. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/party.h')
-rw-r--r--src/party.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/party.h b/src/party.h
index 8d6dce47..5643f894 100644
--- a/src/party.h
+++ b/src/party.h
@@ -47,7 +47,6 @@ class Party
void leftResponse(const std::string &nick);
void receiveChat(Being *being, const std::string &msg);
- void help();
void help(const std::string &msg);
private:
ChatWindow *mChat;