summaryrefslogtreecommitdiffstats
path: root/Gui/app.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-17 21:12:12 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-17 21:12:12 +0000
commita195f967f1665fc96af726095e41c5d973d31eb7 (patch)
treeb0e5f5c57346b199a9dc85723a313d7e8653cbe3 /Gui/app.c
parent76ad9ef86e6243c70a8359e0341dea372801a48d (diff)
downloadmpv-a195f967f1665fc96af726095e41c5d973d31eb7.tar.bz2
mpv-a195f967f1665fc96af726095e41c5d973d31eb7.tar.xz
fix dvd playing under gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5666 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/app.c')
-rw-r--r--Gui/app.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/app.c b/Gui/app.c
index 4eb0b371d3..726eba5db8 100644
--- a/Gui/app.c
+++ b/Gui/app.c
@@ -38,7 +38,6 @@ void appClearItem( wItem * item )
item->fontid=0;
if ( item->label ) free( item->label ); item->label=NULL;
item->event=0;
- item->used=0;
}
void appCopy( listItems * dest,listItems * source )