aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_dummy.c')
-rw-r--r--frontend/plat_dummy.c19
1 files changed, 0 insertions, 19 deletions
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)
{
}