Remove unused no_window field
This commit is contained in:
parent
9cd1a7380d
commit
0207e3df33
1 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ struct screen {
|
|||
bool has_frame;
|
||||
bool fullscreen;
|
||||
bool maximized;
|
||||
bool no_window;
|
||||
bool mipmaps;
|
||||
};
|
||||
|
||||
|
@ -66,7 +65,6 @@ struct screen {
|
|||
.has_frame = false, \
|
||||
.fullscreen = false, \
|
||||
.maximized = false, \
|
||||
.no_window = false, \
|
||||
.mipmaps = false, \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue