changeset 23444:4a9e6efb8200

Remove some useless code
author reimar
date Mon, 04 Jun 2007 13:05:26 +0000
parents 051d5ffee36a
children 226957a512ca
files gui/mplayer/gtk/fs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gtk/fs.c	Mon Jun 04 09:39:55 2007 +0000
+++ b/gui/mplayer/gtk/fs.c	Mon Jun 04 13:05:26 2007 +0000
@@ -163,7 +163,6 @@
  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 @@
    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 );
   }