mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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)
|
if (!wwin->frame)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
wwin->flags.wm_name_changed = 1;
|
|
||||||
|
|
||||||
if (!newTitle)
|
if (!newTitle)
|
||||||
title = DEF_WINDOW_TITLE; /* the hint was removed */
|
title = DEF_WINDOW_TITLE; /* the hint was removed */
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -290,7 +290,6 @@ typedef struct WWindow {
|
|||||||
|
|
||||||
unsigned int user_changed_width:1;
|
unsigned int user_changed_width:1;
|
||||||
unsigned int user_changed_height:1;
|
unsigned int user_changed_height:1;
|
||||||
unsigned int wm_name_changed:1;
|
|
||||||
unsigned int net_state_from_client:1; /* state hint was set by client */
|
unsigned int net_state_from_client:1; /* state hint was set by client */
|
||||||
unsigned int net_skip_pager:1;
|
unsigned int net_skip_pager:1;
|
||||||
unsigned int net_handle_icon:1;
|
unsigned int net_handle_icon:1;
|
||||||
|
|||||||
Reference in New Issue
Block a user