screencastService: Remove unused variable assignment
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2976>
This commit is contained in:
parent
5c0c1b15f8
commit
c9d163cc0d
@ -73,9 +73,7 @@ class Recorder extends Signals.EventEmitter {
|
|||||||
invocation) {
|
invocation) {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this._startInvocation = invocation;
|
|
||||||
this._dbusConnection = invocation.get_connection();
|
this._dbusConnection = invocation.get_connection();
|
||||||
this._stopInvocation = null;
|
|
||||||
|
|
||||||
this._x = x;
|
this._x = x;
|
||||||
this._y = y;
|
this._y = y;
|
||||||
|
Loading…
Reference in New Issue
Block a user