From b609629b2bfbec9c9f0602c07fdfe855063ec785 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 4 Jun 2007 13:05:26 +0000 Subject: Remove some useless code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23462 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/gtk/fs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gui') diff --git a/gui/mplayer/gtk/fs.c b/gui/mplayer/gtk/fs.c index 064795ea13..4cce4b59e3 100644 --- a/gui/mplayer/gtk/fs.c +++ b/gui/mplayer/gtk/fs.c @@ -163,7 +163,6 @@ void CheckDir( GtkWidget * list,char * directory ) str[0][0]=NULL; pixmap=dpixmap; mask=dmask; - str[0][0]=NULL; str[0][1]="."; gtk_clist_append( GTK_CLIST( list ),str[0] ); gtk_clist_set_pixmap( GTK_CLIST( list ),0,0,pixmap,mask ); str[0][1]=".."; gtk_clist_append( GTK_CLIST( list ),str[0] ); gtk_clist_set_pixmap( GTK_CLIST( list ),1,0,pixmap,mask ); @@ -175,7 +174,6 @@ void CheckDir( GtkWidget * list,char * directory ) if( !S_ISDIR( fs.st_mode ) ) continue; str[0][1]=gg.gl_pathv[i]; - pixmap=dpixmap; mask=dmask; gtk_clist_append( GTK_CLIST( list ),str[0] ); gtk_clist_set_pixmap( GTK_CLIST( list ),c++,0,pixmap,mask ); } -- cgit v1.2.3