forked from len0rd/rockbox
Removed testing debugf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c492d24cce
commit
81dfba4e3d
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ void lcd_puts(int x, int y, char *string)
|
|||
strncpy(buffer, string, 11);
|
||||
buffer[11]=0;
|
||||
|
||||
debugf("lcd_puts(%d,%d,%s)\n",x,y,string);
|
||||
sim_lcd_puts(x, y, buffer, 0);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue