summaryrefslogtreecommitdiff
path: root/src/notifications/notifier_null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/notifier_null.cpp')
-rw-r--r--src/notifications/notifier_null.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/notifications/notifier_null.cpp b/src/notifications/notifier_null.cpp
deleted file mode 100644
index 1da99fd..0000000
--- a/src/notifications/notifier_null.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "notifier.hpp"
-
-Notifier::Notifier() {}
-
-Notifier::~Notifier() {}
-
-void Notifier::Notify(const Glib::ustring &id, const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path) {}
-
-void Notifier::Withdraw(const Glib::ustring &id) {}