From 5cfec213509f7d9e3e3e0f2b97288a010899dbd9 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 31 Aug 2011 09:15:04 +0000 Subject: Declare several libgme functions static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30394 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/gbs_emu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/codecs/libgme/gbs_emu.h') diff --git a/apps/codecs/libgme/gbs_emu.h b/apps/codecs/libgme/gbs_emu.h index b73f106d8f..409cf2d6c2 100644 --- a/apps/codecs/libgme/gbs_emu.h +++ b/apps/codecs/libgme/gbs_emu.h @@ -196,9 +196,5 @@ static inline blip_time_t Time( struct Gbs_Emu* this ) } void Jsr_then_stop( struct Gbs_Emu* this, byte const [] ); -void Write_io_inline( struct Gbs_Emu* this, int offset, int data, int base ); -void Write_io_( struct Gbs_Emu* this, int offset, int data ); -int Read_io( struct Gbs_Emu* this, int offset ); -void Write_io( struct Gbs_Emu* this, int offset, int data ); #endif -- cgit v1.2.3