mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue