diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 7151dca..fcab64f 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -856,7 +856,6 @@ static int onplay_screen(char* dir, char* file) int btn = button_get(true); switch (btn) { case BUTTON_PLAY: - case BUTTON_PLAY | BUTTON_REL: if (!remove(buf)) { reload_dir = true; lcd_clear_display(); |