mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove unnecessary nullification of indicator_temp_icon_path in TraySetSystemTray
This commit is contained in:
parent
c3e06aeb83
commit
c2e2238ae9
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue