From ab40aa94770c49fa6d0e19e2d407b8c8335a6307 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 5 May 2008 19:43:01 +0000 Subject: Remove the last D2 yellows (user timer is not yet implemented). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17391 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tcc780x/timer-tcc780x.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firmware/target/arm/tcc780x/timer-tcc780x.c b/firmware/target/arm/tcc780x/timer-tcc780x.c index 44a4cc0395..679c6d8549 100644 --- a/firmware/target/arm/tcc780x/timer-tcc780x.c +++ b/firmware/target/arm/tcc780x/timer-tcc780x.c @@ -28,8 +28,6 @@ bool __timer_set(long cycles, bool start) { - #warning function not implemented - (void)cycles; (void)start; return false; @@ -37,14 +35,11 @@ bool __timer_set(long cycles, bool start) bool __timer_register(void) { - #warning function not implemented - return false; } void __timer_unregister(void) { - #warning function not implemented } -- cgit v1.2.3