From f801471dd70302dbd6364a3883588fd33b2801fd Mon Sep 17 00:00:00 2001 From: Sam Gondelman Date: Fri, 24 Jul 2015 17:33:06 -0700 Subject: [PATCH] remove unnecessary line --- interface/src/Application.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index f67f2ac66b..8fb82f7ec0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -880,9 +880,6 @@ void Application::initializeUi() { } }); - // This will prevent the hid_init sixense crash - getActiveDisplayPlugin(); - // This will set up the input plugins UI _activeInputPlugins.clear(); auto inputPlugins = getInputPlugins();