Remove unused variables from WSessionData struct

The variables user_changed_width and user_changed_height are not used,
so they can be safely removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-06-25 23:50:59 +01:00
committed by Carlos R. Mafra
parent 02feb72fdc
commit fc9e453de2
-3
View File
@@ -38,9 +38,6 @@ typedef struct {
char miniaturized;
char shaded;
char maximized;
char user_changed_width;
char user_changed_height;
} WSessionData;
void wSessionSaveState(WScreen *scr);