diff options
Diffstat (limited to 'src/core/application.h')
-rw-r--r-- | src/core/application.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/application.h b/src/core/application.h index 3f71b4c..e846b1f 100644 --- a/src/core/application.h +++ b/src/core/application.h @@ -77,9 +77,6 @@ public: /*----- notifications --------------------------------------------- */ - /// sound notifications from the core to the application - virtual void notify_sound(const char * name); - /// text notifications from the core to the application virtual void notify_message(const core::Message::Channel channel, const std::string &message); |