removed additional signal

This commit is contained in:
milad 2019-11-19 13:04:27 -08:00
parent 6169936c2b
commit 8676eaf0a0

View file

@ -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.