summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-22 20:49:17 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-22 20:49:17 +0000
commit4d8fb1f9fe3701b8dd96568ad735b81889553f2b (patch)
tree306a5bd577a63acd69c632f8a1bb6a1de8765945 /apps
parent099ef226b61f4ad45d8f9bff046a22572c3eb619 (diff)
downloadrockbox-4d8fb1f9fe3701b8dd96568ad735b81889553f2b.tar.gz
rockbox-4d8fb1f9fe3701b8dd96568ad735b81889553f2b.zip
removed a Player warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5326 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/rockbox_flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index c4ff879778..e01cc012ee 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -816,7 +816,6 @@ void DoUserDialog(char* filename)
816 UINT8* pos; 816 UINT8* pos;
817 int memleft; 817 int memleft;
818 UINT32 crc; 818 UINT32 crc;
819 bool show_greet = false;
820 819
821 /* this can only work if Rockbox runs in DRAM, not flash ROM */ 820 /* this can only work if Rockbox runs in DRAM, not flash ROM */
822 if ((UINT8*)rb >= FB && (UINT8*)rb < FB + 4096*1024) /* 4 MB max */ 821 if ((UINT8*)rb >= FB && (UINT8*)rb < FB + 4096*1024) /* 4 MB max */