Remove the comment also, Thanks to Rafaël Carré for spotting.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22245 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-08-10 22:01:35 +00:00
parent 653db606cf
commit 4210ff584a

View file

@ -186,8 +186,6 @@ void lcd_enable(bool on)
lcd_write_reg(0x07, 0x11);
lcd_write_reg(0x07, 0x17);
display_on = true;
/* a bit of delay before returning to
* avoid irritating flash on backlight on */
lcd_update(); /* Resync display */
lcd_activation_call_hook();
sleep(0);