background: Remove unused argument

This commit is contained in:
Jasper St. Pierre 2014-01-13 18:21:03 -05:00
parent 8fe7f923ec
commit d3905734c1

View File

@ -565,7 +565,7 @@ const Background = new Lang.Class({
_load: function () {
this._cache = getBackgroundCache();
this._loadPattern(this._cache);
this._loadPattern();
this._style = this._settings.get_enum(BACKGROUND_STYLE_KEY);
if (this._style == GDesktopEnums.BackgroundStyle.NONE) {