From cbf4e09a102065f017cbf8e2bb23631b299dfacc Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Mon, 25 May 2015 16:10:50 -0700 Subject: [PATCH] Remove global collision event. --- interface/src/Application.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 8e23dd8f38..79ec3b79a9 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2155,9 +2155,6 @@ void Application::init() { auto entityScriptingInterface = DependencyManager::get(); - connect(&_entitySimulation, &EntitySimulation::entityCollisionWithEntity, - entityScriptingInterface.data(), &EntityScriptingInterface::entityCollisionWithEntity); - // connect the _entityCollisionSystem to our EntityTreeRenderer since that's what handles running entity scripts connect(&_entitySimulation, &EntitySimulation::entityCollisionWithEntity, &_entities, &EntityTreeRenderer::entityCollisionWithEntity);