diff options
-rw-r--r-- | src/notifier.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notifier.c b/src/notifier.c index f9f3ff6..364628c 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -96,7 +96,6 @@ notification_clear (IndicatorPowerNotifier * self) notify_notification_clear_actions(p->notify_notification); g_signal_handlers_disconnect_by_data(p->notify_notification, self); g_clear_object(&p->notify_notification); - } } |