From aeb1af39f8835b8650bacc7705029cdf607c7c40 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 26 Jun 2002 23:39:58 +0000 Subject: Remove play.h dependency git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1213 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 4b16bac68b..94dac2279c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -28,7 +28,6 @@ #include "button.h" #include "kernel.h" #include "tree.h" -#include "play.h" #include "main_menu.h" #include "sprintf.h" #include "mpeg.h" @@ -324,11 +323,11 @@ bool dirbrowse(char *root) } else { - playing = 1; mpeg_play(buf); lcd_stop_scroll(); wps_show(); + playing = 0; } } restore = true; -- cgit v1.2.3