diff options
Diffstat (limited to 'sensors-applet')
-rw-r--r-- | sensors-applet/sensors-applet.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c index a1e421c..98a49a4 100644 --- a/sensors-applet/sensors-applet.c +++ b/sensors-applet/sensors-applet.c @@ -248,14 +248,6 @@ static const GtkActionEntry sensors_applet_menu_actions[] = { G_CALLBACK(about_cb) } }; -#ifdef HAVE_LIBNOTIFY -static void notif_closed_cb(NotifyNotification *notification, SensorsApplet *sensors_applet) { - g_assert(sensors_applet); - - sensors_applet->notification = NULL; -} -#endif // HAVE_LIBNOTIFY - void sensors_applet_notify_active_sensor(ActiveSensor *active_sensor, NotifType notif_type) { #ifdef HAVE_LIBNOTIFY |