screencastService: Remove unused variable assignment
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2976>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user