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:
parent
570fc68cb1
commit
96387cce47
@ -559,23 +559,6 @@ const Background = new Lang.Class({
|
|||||||
});
|
});
|
||||||
Signals.addSignalMethods(Background.prototype);
|
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({
|
const SystemBackground = new Lang.Class({
|
||||||
Name: 'SystemBackground',
|
Name: 'SystemBackground',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user