summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index ce7976fd4d..9dc4b3a663 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -22,7 +22,6 @@
22#include "plugin.h" 22#include "plugin.h"
23 23
24#ifndef SIMULATOR /* Only build for target */ 24#ifndef SIMULATOR /* Only build for target */
25#ifndef ARCHOS_RECORDERV2 /* not for those yet */
26 25
27/* define DUMMY if you only want to "play" with the UI, does no harm */ 26/* define DUMMY if you only want to "play" with the UI, does no harm */
28/* #define DUMMY */ 27/* #define DUMMY */
@@ -873,5 +872,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
873} 872}
874 873
875 874
876#endif /* #ifndef ARCHOS_RECORDERV2 */
877#endif /* #ifndef SIMULATOR */ 875#endif /* #ifndef SIMULATOR */