background: Remove unused argument
This commit is contained in:
parent
8fe7f923ec
commit
d3905734c1
@ -565,7 +565,7 @@ const Background = new Lang.Class({
|
|||||||
_load: function () {
|
_load: function () {
|
||||||
this._cache = getBackgroundCache();
|
this._cache = getBackgroundCache();
|
||||||
|
|
||||||
this._loadPattern(this._cache);
|
this._loadPattern();
|
||||||
|
|
||||||
this._style = this._settings.get_enum(BACKGROUND_STYLE_KEY);
|
this._style = this._settings.get_enum(BACKGROUND_STYLE_KEY);
|
||||||
if (this._style == GDesktopEnums.BackgroundStyle.NONE) {
|
if (this._style == GDesktopEnums.BackgroundStyle.NONE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user