Remove unused no_window field

filter.12
Romain Vimont 3 years ago
parent 9cd1a7380d
commit 0207e3df33

@ -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…
Cancel
Save