screenShield: Remove unused properties

The shield has been using WallClock for a while now ...
This commit is contained in:
Florian Müllner 2015-02-25 18:56:01 +01:00
parent b376a5dcdd
commit 6a504f5c62

View File

@ -60,9 +60,6 @@ const CURTAIN_SLIDE_TIME = 0.3;
const Clock = new Lang.Class({
Name: 'ScreenShieldClock',
CLOCK_FORMAT_KEY: 'clock-format',
CLOCK_SHOW_SECONDS_KEY: 'clock-show-seconds',
_init: function() {
this.actor = new St.BoxLayout({ style_class: 'screen-shield-clock',
vertical: true });