diff --git a/apps/dragboard/lib.js b/apps/dragboard/lib.js index 7f147b3e0..c43a37ab7 100644 --- a/apps/dragboard/lib.js +++ b/apps/dragboard/lib.js @@ -47,7 +47,6 @@ exports.input = function(options) { } function updateTopString() { - g.setColor(BGCOLOR); g.fillRect(0,4+20,176,13+20); g.setColor(0.2,0,0); @@ -69,7 +68,6 @@ exports.input = function(options) { var largeCharOffset = 6; function resetChars(char, HLPrev, typePadding, heightDivisor, rowColor) { - // Small character in list g.setColor(rowColor); g.setFont(SMALLFONT); @@ -82,7 +80,6 @@ exports.input = function(options) { // mark in the list } function showChars(char, HL, typePadding, heightDivisor) { - // mark in the list g.setColor(HLCOLOR); g.setFont(SMALLFONT); @@ -122,7 +119,6 @@ exports.input = function(options) { resolve(text); }, drag: function(event) { - // ABCDEFGHIJKLMNOPQRSTUVWXYZ // Choose character by draging along red rectangle at bottom of screen if (event.y >= ( (R.y+R.h) - 12 )) {