mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Remove unused variable wm_name_changed
wm_name_changed is not used and can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c815449e68
commit
dd94b98b81
@@ -1736,8 +1736,6 @@ void wWindowUpdateName(WWindow *wwin, char *newTitle)
|
||||
if (!wwin->frame)
|
||||
return;
|
||||
|
||||
wwin->flags.wm_name_changed = 1;
|
||||
|
||||
if (!newTitle)
|
||||
title = DEF_WINDOW_TITLE; /* the hint was removed */
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user