Skip to content
Snippets Groups Projects
Commit 2b2df0f5 authored by 2deep4real's avatar 2deep4real
Browse files

removed last remains of battery

parent bece7d21
No related branches found
No related tags found
No related merge requests found
......@@ -120,16 +120,6 @@ this.loaded = function(panel, config) {
clockSeperatorY = clockY + clockHeight * 47.037 / 100;
dateX = clockX + clockWidth * 1.875 / 100;
dateY = clockY + clockWidth / 2;
if (battery) {
batteryX = clockX + clockHeight * 157.25 / 100;
batteryY = clockY + clockHeight * 25 / 100;
batteryR = smlFontSize / 8;
batteryL = clockWidth / 100;
batteryDX = batteryX - smlFontSize / 6;
batteryDY = batteryY - smlFontSize / 6;
batteryDW = smlFontSize / 3;
batteryDH = smlFontSize / 3;
}
// background
clockBackground.width = canvasWidth;
clockBackground.height = canvasHeight;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment