From 04b7cefd63ab23defc313ad5accbe4aa00e0165e Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sun, 25 Jan 2009 18:27:17 +0000 Subject: fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19856 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/iriver_flash.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins/iriver_flash.c') diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c index b2273f1..0b3833b 100644 --- a/apps/plugins/iriver_flash.c +++ b/apps/plugins/iriver_flash.c @@ -24,8 +24,6 @@ /* All CFI flash routines are copied and ported from firmware_flash.c */ -#ifndef SIMULATOR /* only for target */ - unsigned char *audiobuf; ssize_t audiobuf_size; @@ -815,4 +813,3 @@ enum plugin_status plugin_start(const void* parameter) } #endif /* ifdef PLATFORM_ID */ -#endif /* #ifndef SIMULATOR */ -- cgit v1.1