From a21924e03b046ebfe0e3c670ba7659e43ed06ae8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 21 Dec 2020 13:56:30 +0100 Subject: sensors-applet: Remove unused function --- sensors-applet/sensors-applet.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sensors-applet') 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 -- cgit v1.2.1