Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-09 14:11:44 +0000
committerStijn Buys <ingar@osirion.org>2011-07-09 14:11:44 +0000
commite942db1c8d87b7db286545d72c604e879f7aeab0 (patch)
tree4b07ef3422ee265156e020707c3bc96ecd9ed1e0 /src/client/client.h
parentf39aec30f0e5c6f466681ed34bffd41150976ab9 (diff)
Cleanup of the messaging interface.
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/client.h b/src/client/client.h
index 19a760f..42b87e6 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -39,9 +39,6 @@ public:
/// quit the client
virtual void quit(int status);
- /// sound notifications from the core
- virtual void notify_sound(const char * name);
-
/// text notifications from the core
virtual void notify_message(const core::Message::Channel channel, const std::string &message);