summaryrefslogtreecommitdiffstats
path: root/application/LaunchController.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/LaunchController.h')
-rw-r--r--application/LaunchController.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/application/LaunchController.h b/application/LaunchController.h
index 4cc240e8..81f3a0ab 100644
--- a/application/LaunchController.h
+++ b/application/LaunchController.h
@@ -33,10 +33,6 @@ public:
{
m_parentWidget = widget;
}
- void setShowConsole(bool showConsole)
- {
- m_showConsole = showConsole;
- }
QString id()
{
return m_instance->id();
@@ -56,7 +52,6 @@ private slots:
private:
BaseProfilerFactory *m_profiler = nullptr;
bool m_online = true;
- bool m_showConsole = false;
InstancePtr m_instance;
QWidget * m_parentWidget = nullptr;
InstanceWindow *m_console = nullptr;