[HTML5] Remove "maximize" support.

I don't think anyone is actively using it, and it's a lot of convoluted
code.
This commit is contained in:
Fabio Alessandrelli 2021-09-12 18:14:35 +02:00
parent d61fc468a2
commit adef4ed958
2 changed files with 3 additions and 59 deletions

View file

@ -55,9 +55,6 @@ private:
JSKeyEvent key_event;
VideoMode video_mode;
bool window_maximized;
bool entering_fullscreen;
bool just_exited_fullscreen;
bool transparency_enabled;
EMSCRIPTEN_WEBGL_CONTEXT_HANDLE webgl_ctx;