mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-02 08:51:12 +02:00
removed additional signal
This commit is contained in:
parent
6169936c2b
commit
8676eaf0a0
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ void ScreenshareScriptingInterface::stopScreenshare() {
|
||||||
//...terminate it and make sure that scripts know we terminated it by emitting
|
//...terminate it and make sure that scripts know we terminated it by emitting
|
||||||
// `screenshareProcessTerminated()`.
|
// `screenshareProcessTerminated()`.
|
||||||
_screenshareProcess->terminate();
|
_screenshareProcess->terminate();
|
||||||
emit screenshareProcessTerminated();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete the local web entity if we know about it here.
|
// Delete the local web entity if we know about it here.
|
||||||
|
|
Loading…
Reference in a new issue