From 8676eaf0a02f95945e85e424c802bce034b7b85d Mon Sep 17 00:00:00 2001 From: milad Date: Tue, 19 Nov 2019 13:04:27 -0800 Subject: [PATCH] removed additional signal --- interface/src/scripting/ScreenshareScriptingInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/scripting/ScreenshareScriptingInterface.cpp b/interface/src/scripting/ScreenshareScriptingInterface.cpp index 6e8bd7072d..89f5ee6970 100644 --- a/interface/src/scripting/ScreenshareScriptingInterface.cpp +++ b/interface/src/scripting/ScreenshareScriptingInterface.cpp @@ -157,7 +157,6 @@ void ScreenshareScriptingInterface::stopScreenshare() { //...terminate it and make sure that scripts know we terminated it by emitting // `screenshareProcessTerminated()`. _screenshareProcess->terminate(); - emit screenshareProcessTerminated(); } // Delete the local web entity if we know about it here.