[TerminalClock] Remove useless calls to the graphic lib

pull/1979/head
Stiralbios 2022-06-18 15:56:38 +02:00
parent 621864da24
commit 93b6fdb974
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ const clock = new ClockFace({
draw: function (date) {
var curPos = 1;
g.reset();
g.clearRect(g.appRect);
g.setFontAlign(-1, -1);
g.setColor(fontColor);
drawTime(date, curPos);