mirror of https://github.com/espruino/BangleApps
[TerminalClock] Remove useless calls to the graphic lib
parent
621864da24
commit
93b6fdb974
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue