From d2ff7112aac4f65106b99a92fb5f3492e7e5a827 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:06:54 -0500 Subject: add notification sounds only to windows --- src/notifications/notifier_null.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/notifications/notifier_null.cpp (limited to 'src/notifications/notifier_null.cpp') 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) {} -- cgit v1.2.3