diff --git a/Sources/Gui/ConsoleScreen.cpp b/Sources/Gui/ConsoleScreen.cpp index dd14d06e..a50177b6 100644 --- a/Sources/Gui/ConsoleScreen.cpp +++ b/Sources/Gui/ConsoleScreen.cpp @@ -33,8 +33,6 @@ namespace spades { : renderer{renderer}, audioDevice{audioDevice}, subview{subview} { SPADES_MARK_FUNCTION(); - renderer->Init(); - helper.Set(new ConsoleHelper(this), true); ScopedPrivilegeEscalation privilege;