removed all references to remotecontroller

This commit is contained in:
Joakim Kilby
2015-06-17 08:39:02 +02:00
parent f35ec6f8d4
commit cce351af69
3 changed files with 0 additions and 15 deletions
-3
View File
@@ -353,9 +353,6 @@ bool OpenSpaceEngine::initialize() {
//_interactionHandler.setMouseController(new interaction::TrackballMouseController);
_interactionHandler->setMouseController(new interaction::OrbitalMouseController);
//@TODO fix this -JK
_interactionHandler->setRemoteController(new interaction::RemoteController);
// Run start up scripts
runStartupScripts();