remove unnecessary line

This commit is contained in:
Sam Gondelman 2015-07-24 17:33:06 -07:00
parent 1af51572af
commit f801471dd7

View file

@ -880,9 +880,6 @@ void Application::initializeUi() {
} }
}); });
// This will prevent the hid_init sixense crash
getActiveDisplayPlugin();
// This will set up the input plugins UI // This will set up the input plugins UI
_activeInputPlugins.clear(); _activeInputPlugins.clear();
auto inputPlugins = getInputPlugins(); auto inputPlugins = getInputPlugins();