mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
Variables user_changed_* can be removed
The variables user_changed_ are set but their values are not checked/used in the code, so they can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a13eb4e920
commit
c978b3fc2b
@@ -288,8 +288,6 @@ typedef struct WWindow {
|
||||
|
||||
unsigned int dragged_while_fmaximized;
|
||||
|
||||
unsigned int user_changed_width:1;
|
||||
unsigned int user_changed_height:1;
|
||||
unsigned int net_skip_pager:1;
|
||||
unsigned int net_handle_icon:1;
|
||||
unsigned int net_show_desktop:1;
|
||||
|
||||
Reference in New Issue
Block a user