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.