From 69af03a2c2fccc06cb836f42a10b490a48f29c15 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 9 Dec 2010 19:15:01 +0200 Subject: add OMAP layer, also preliminary menu, hud and input support --- frontend/pcnt.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'frontend/pcnt.h') diff --git a/frontend/pcnt.h b/frontend/pcnt.h index d3eedfa..3cf2925 100644 --- a/frontend/pcnt.h +++ b/frontend/pcnt.h @@ -57,10 +57,6 @@ static inline unsigned int pcnt_get(void) #define pcnt_start(id) #define pcnt_end(id) #define pcnt_hook_plugins() - -static inline void pcnt_print(float fps) -{ - printf("%2.1f\n", fps); -} +#define pcnt_print(fps) #endif -- cgit v1.2.3