1
0
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:
Rodolfo García Peñas (kix)
2012-06-25 21:56:19 +02:00
committed by Carlos R. Mafra
parent a13eb4e920
commit c978b3fc2b
2 changed files with 4 additions and 16 deletions

View File

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