screencastService: Remove unused variable assignment

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2976>
This commit is contained in:
Jonas Dreßler 2023-12-10 12:47:02 +01:00
parent 5c0c1b15f8
commit c9d163cc0d

View File

@ -73,9 +73,7 @@ class Recorder extends Signals.EventEmitter {
invocation) {
super();
this._startInvocation = invocation;
this._dbusConnection = invocation.get_connection();
this._stopInvocation = null;
this._x = x;
this._y = y;