Codechange: [OSX] Remove unused 'app active' flag.

This commit is contained in:
Michael Lutz
2021-02-12 01:18:36 +01:00
parent 9c8721922b
commit c78e559e88
4 changed files with 1 additions and 61 deletions

View File

@@ -111,7 +111,6 @@ VideoDriver_Cocoa::VideoDriver_Cocoa()
this->buffer_depth = 0;
this->window_buffer = nullptr;
this->pixel_buffer = nullptr;
this->active = false;
this->setup = false;
this->window = nil;