1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Remove not neede gtk_init() in tray.c

gtk_init_check() already has that functionality.
This commit is contained in:
Michael Vetter 2019-10-29 21:00:56 +01:00
parent 81253cd2ca
commit f5afedd171

View File

@ -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();