Revert "[Windows] Attach to parent console instead of creating new one."

This reverts commit 4f7a49db53.
This commit is contained in:
bruvzg
2020-08-17 19:05:48 +03:00
parent ba1109a3b3
commit 03ffd6451a
6 changed files with 18 additions and 27 deletions

View File

@ -405,7 +405,6 @@ private:
bool drop_events = false;
bool in_dispatch_input_event = false;
bool console_visible = false;
bool own_console = false;
WNDCLASSEXW wc;