1
0
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:
Rodolfo García Peñas (kix)
2012-06-25 21:51:47 +02:00
committed by Carlos R. Mafra
parent c815449e68
commit dd94b98b81
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -290,7 +290,6 @@ typedef struct WWindow {
unsigned int user_changed_width: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_skip_pager:1;
unsigned int net_handle_icon:1;