diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-22 20:49:17 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-22 20:49:17 +0000 |
commit | 4d8fb1f9fe3701b8dd96568ad735b81889553f2b (patch) | |
tree | 306a5bd577a63acd69c632f8a1bb6a1de8765945 /apps/plugins | |
parent | 099ef226b61f4ad45d8f9bff046a22572c3eb619 (diff) |
removed a Player warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5326 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/rockbox_flash.c | 1 |
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) UINT8* pos; int memleft; UINT32 crc; - bool show_greet = false; /* this can only work if Rockbox runs in DRAM, not flash ROM */ if ((UINT8*)rb >= FB && (UINT8*)rb < FB + 4096*1024) /* 4 MB max */ |