Remove debug pixel.

I got enough questions about this pixel. It was there so you could distinguish
between the firmware nick-display, and the l0dable nick-display.
This commit is contained in:
Stefan `Sec` Zehl 2011-08-22 01:53:58 +02:00
parent f27683bba7
commit 5b0965caa8
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ void ram(void) {
dy=(RESY-getFontHeight())/2;
lcdClear();
lcdSetPixel(1,1,1);
DoString(dx,dy,GLOBAL(nickname));
lcdRefresh();