From f28da1a35a6403b153f93f66e3d96e485f89c363 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 12 Aug 2007 19:49:03 +0000 Subject: Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/power.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/drivers/power.c') diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c index 50117dd321..593fe29eb5 100644 --- a/firmware/drivers/power.c +++ b/firmware/drivers/power.c @@ -219,11 +219,6 @@ void power_off(void) #else -bool charger_inserted(void) -{ - return false; -} - void charger_enable(bool on) { (void)on; -- cgit v1.2.3