summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/ConnectWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 58d81aae..bf4d790b 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -212,7 +212,6 @@ ConnectWindow::connect(bool existing)
} else
#endif
if (_mode == INTERNAL) {
- Ingen::Shared::World* world = App::instance().world();
if ( ! world->local_engine) {
assert(_new_engine);
world->local_engine = SharedPtr<Engine>(_new_engine(world));