Skip to content

Commit

Permalink
spotrem: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Jan 22, 2025
1 parent 0e3ac78 commit a4d8da0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/spotrem/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ let backToMenu = false;
let isPaused = true;
let dark = g.theme.dark; // bool

let marigin, x, y, len, playPause;

// The main layout of the app
let gfx = function() {
widgetUtils.hide();
R = Bangle.appRect;
const MARIGIN = 8;
// g.drawString(str, x, y, solid)
g.clearRect(R);
g.reset();

Expand Down

0 comments on commit a4d8da0

Please sign in to comment.