1
0
Fork 0
forked from len0rd/rockbox

Android: delete the global reference in surfaceDestroyed

This gets rid of the lcd_deinit() boilerplate.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29572 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2011-03-11 19:38:30 +00:00
parent 80a2c80332
commit 0b18522cd0
2 changed files with 5 additions and 14 deletions

View file

@ -36,15 +36,10 @@ uintptr_t *stackend;
extern int main(void);
extern void telephony_init_device(void);
extern void lcd_deinit(void);
void system_exception_wait(void) { }
void system_reboot(void) { }
void power_off(void)
{
lcd_deinit();
}
void power_off(void) { }
void system_init(void)
{