Remove unnecessary nullification of indicator_temp_icon_path in TraySetSystemTray

This commit is contained in:
Barış Hamil 2026-02-14 18:19:43 +03:00
commit c2e2238ae9

View file

@ -968,10 +968,6 @@ void TraySetSystemTray(GtkWindow *window, const char *label, const guchar *image
else
{
unlink(filename);
if (indicator_temp_icon_path == filename)
{
indicator_temp_icon_path = NULL;
}
g_free(filename);
}
}