1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

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 21:47:56 +02:00
committed by Carlos R. Mafra
parent 02feb72fdc
commit fc9e453de2

View File

@@ -38,9 +38,6 @@ typedef struct {
char miniaturized; char miniaturized;
char shaded; char shaded;
char maximized; char maximized;
char user_changed_width;
char user_changed_height;
} WSessionData; } WSessionData;
void wSessionSaveState(WScreen *scr); void wSessionSaveState(WScreen *scr);