mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
credentialManager: Remove unused parameter
Since26235bbe54is unused. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2399> (cherry picked from commit9671eb3ad8)
This commit is contained in:
parent
8ff115a25d
commit
df75341733
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ var CredentialManager = class CredentialManager extends Signals.EventEmitter {
|
|||
|
||||
this._token = null;
|
||||
this._service = service;
|
||||
this._authenticatedSignalId = null;
|
||||
}
|
||||
|
||||
get token() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue