diff options
author | rbuj <[email protected]> | 2020-12-21 13:56:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-28 17:32:42 +0100 |
commit | a21924e03b046ebfe0e3c670ba7659e43ed06ae8 (patch) | |
tree | b2dd8ccf52f44b5808c89958c16010750f878fd8 /sensors-applet | |
parent | 9bc69fd715b8bb45c0c45a27c71ce2cc49b0c7d3 (diff) | |
download | mate-sensors-applet-a21924e03b046ebfe0e3c670ba7659e43ed06ae8.tar.bz2 mate-sensors-applet-a21924e03b046ebfe0e3c670ba7659e43ed06ae8.tar.xz |
sensors-applet: Remove unused function
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 |