From a83762012066e4799394f63d08a161a45f982ab6 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 17 Nov 2012 02:09:49 +0200 Subject: frontend: initial sdl overlay implementation --- frontend/plat_dummy.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'frontend/plat_dummy.c') diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index 5b0adf1..baed0d5 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -54,25 +54,6 @@ void *plat_prepare_screenshot(int *w, int *h, int *bpp) return 0; } -int plat_cpu_clock_get(void) -{ - return -1; -} - -int plat_cpu_clock_apply(int cpu_clock) -{ - return -1; -} - -int plat_get_bat_capacity(void) -{ - return -1; -} - -void plat_step_volume(int is_up) -{ -} - void plat_trigger_vibrate(int is_strong) { } -- cgit v1.2.3