background: drop StillFrame class

We aren't using it anymore so nix it.

https://bugzilla.gnome.org/show_bug.cgi?id=694326
This commit is contained in:
Ray Strode 2013-03-02 17:41:06 -05:00
parent 570fc68cb1
commit 96387cce47

View File

@ -559,23 +559,6 @@ const Background = new Lang.Class({
});
Signals.addSignalMethods(Background.prototype);
const StillFrame = new Lang.Class({
Name: 'StillFrame',
_init: function(monitorIndex) {
this.actor = new Meta.BackgroundActor();
this.actor._delegate = this;
let content = new Meta.Background({ meta_screen: global.screen,
monitor: monitorIndex,
effects: Meta.BackgroundEffects.NONE });
content.load_still_frame();
this.actor.content = content;
}
});
Signals.addSignalMethods(StillFrame.prototype);
const SystemBackground = new Lang.Class({
Name: 'SystemBackground',