mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
open-search-system: Remove unused parameter
Remove the 'title' parameter from the OpenSearchSystem constructor, as the prototype's _init() method does not use it.
This commit is contained in:
parent
1dd35b7d08
commit
bdeb20f7c9
1 changed files with 2 additions and 2 deletions
|
|
@ -224,8 +224,8 @@ SearchProvider.prototype = {
|
|||
};
|
||||
Signals.addSignalMethods(SearchProvider.prototype);
|
||||
|
||||
function OpenSearchSystem(title) {
|
||||
this._init(title);
|
||||
function OpenSearchSystem() {
|
||||
this._init();
|
||||
}
|
||||
|
||||
OpenSearchSystem.prototype = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue