From 25001b09fdf8d10b2c209bfedd882bd90bd5b08a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 9 Aug 2023 14:41:14 +0200 Subject: tests/test-libappindicator.c: Drop unread value --- tests/test-libappindicator.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test-libappindicator.c b/tests/test-libappindicator.c index 68c6a93..0273398 100644 --- a/tests/test-libappindicator.c +++ b/tests/test-libappindicator.c @@ -68,15 +68,12 @@ test_libappindicator_prop_signals (void) gboolean signaled = FALSE; gulong handlerid; - handlerid = 0; handlerid = g_signal_connect(G_OBJECT(ci), "new-icon", G_CALLBACK(test_libappindicator_prop_signals_helper), &signaled); g_assert(handlerid != 0); - handlerid = 0; handlerid = g_signal_connect(G_OBJECT(ci), "new-attention-icon", G_CALLBACK(test_libappindicator_prop_signals_helper), &signaled); g_assert(handlerid != 0); - handlerid = 0; handlerid = g_signal_connect(G_OBJECT(ci), "new-status", G_CALLBACK(test_libappindicator_prop_signals_status_helper), &signaled); g_assert(handlerid != 0); -- cgit v1.2.3