From 0d6f7687fcbc564b0b4fc760a208a552e8dbf538 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 7 Sep 2024 12:59:15 +0200 Subject: [PATCH] Remove unused constant --- apps/dutchclock/ChangeLog | 3 ++- apps/dutchclock/app.js | 1 - apps/dutchclock/metadata.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dutchclock/ChangeLog b/apps/dutchclock/ChangeLog index 16d99b124..381e421e5 100644 --- a/apps/dutchclock/ChangeLog +++ b/apps/dutchclock/ChangeLog @@ -5,4 +5,5 @@ 0.16: Fix midnight decisively 0.17: Get loadWidgets back in the right place 0.18: Move setUI and loadWidgets to initialize function -0.19: Make compatible with top and bottom widgets \ No newline at end of file +0.19: Make compatible with top and bottom widgets +0.20: Remove unused constant \ No newline at end of file diff --git a/apps/dutchclock/app.js b/apps/dutchclock/app.js index 41ace8fca..f970b572f 100644 --- a/apps/dutchclock/app.js +++ b/apps/dutchclock/app.js @@ -4,7 +4,6 @@ const locale = require('locale'); const widget_utils = require('widget_utils'); // Define constants -const WIDGETS_HEIGHT = 20; const DATETIME_SPACING_HEIGHT = 5; const TIME_HEIGHT = 8; const DATE_HEIGHT = 8; diff --git a/apps/dutchclock/metadata.json b/apps/dutchclock/metadata.json index 5be13d888..d336023f8 100644 --- a/apps/dutchclock/metadata.json +++ b/apps/dutchclock/metadata.json @@ -3,7 +3,7 @@ "name": "Dutch Clock", "shortName":"Dutch Clock", "icon": "app.png", - "version":"0.19", + "version":"0.20", "description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.", "type": "clock", "tags": "clock,dutch,text",