From 0bdf53d9a18271a997f43f93afa44b2680a0ba1e Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 25 Aug 2010 19:25:58 +0000 Subject: Fix pacbox build on coldfire git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27888 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox_cf.S | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/plugins/pacbox/pacbox_cf.S b/apps/plugins/pacbox/pacbox_cf.S index 94675b2732..8a5ff821f4 100644 --- a/apps/plugins/pacbox/pacbox_cf.S +++ b/apps/plugins/pacbox/pacbox_cf.S @@ -25,8 +25,6 @@ .align 2 -#if defined(IRIVER_H300_SERIES) && !defined(SIMULATOR) - .global blit_display /* @@ -138,8 +136,6 @@ bd_y_loop: lea.l BD_SAVE(%sp), %sp rts -#endif /* defined(IRIVER_H300_SERIES) && !defined(SIMULATOR) */ - /* See arcade.c for the C implementation of drawChar */ /* Note! This version does not handle flipped screen mode. */ -- cgit v1.2.3