2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-09-04 00:05:15 +00:00

Remove unused no_window field

This commit is contained in:
Romain Vimont
2021-02-21 21:44:30 +01:00
parent 9cd1a7380d
commit 0207e3df33

View File

@@ -33,7 +33,6 @@ struct screen {
bool has_frame; bool has_frame;
bool fullscreen; bool fullscreen;
bool maximized; bool maximized;
bool no_window;
bool mipmaps; bool mipmaps;
}; };
@@ -66,7 +65,6 @@ struct screen {
.has_frame = false, \ .has_frame = false, \
.fullscreen = false, \ .fullscreen = false, \
.maximized = false, \ .maximized = false, \
.no_window = false, \
.mipmaps = false, \ .mipmaps = false, \
} }