forked from len0rd/rockbox
Commented out log statement on lcd_update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0326934e91
commit
38cb040f07
1 changed files with 1 additions and 1 deletions
|
@ -103,6 +103,6 @@ void lcd_update (void)
|
|||
|
||||
drawdots(0, &clearpoints[0], cp);
|
||||
drawdots(1, &points[0], p);
|
||||
Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);
|
||||
/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/
|
||||
XSync(dpy,False);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue