credentialManager: Remove unused parameter
Since 26235bbe54
is unused.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2399>
This commit is contained in:
parent
a9e6e44ef8
commit
9671eb3ad8
@ -9,7 +9,6 @@ var CredentialManager = class CredentialManager extends Signals.EventEmitter {
|
|||||||
|
|
||||||
this._token = null;
|
this._token = null;
|
||||||
this._service = service;
|
this._service = service;
|
||||||
this._authenticatedSignalId = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get token() {
|
get token() {
|
||||||
|
Loading…
Reference in New Issue
Block a user