From f5afedd171e37e52a8a6afcd788995855a101290 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 29 Oct 2019 21:00:56 +0100 Subject: [PATCH] Remove not neede gtk_init() in tray.c gtk_init_check() already has that functionality. --- src/ui/tray.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/tray.c b/src/ui/tray.c index a1337c2a..39420def 100644 --- a/src/ui/tray.c +++ b/src/ui/tray.c @@ -161,7 +161,6 @@ tray_init(void) return; } - gtk_init(0, NULL); if (prefs_get_boolean(PREF_TRAY)) { log_debug("Building GTK icon"); tray_enable();