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:
committed by
Carlos R. Mafra
parent
02feb72fdc
commit
fc9e453de2
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user