comparison gui/skin/skin.c @ 32849:d99d27c3e82c

Remove statement no longer needed and forgotten to remove in r32934.
author ib
date Sat, 19 Feb 2011 22:26:10 +0000
parents 926c1892c98d
children 48583fc18d1a
comparison
equal deleted inserted replaced
32848:926c1892c98d 32849:d99d27c3e82c
676 if ( ( skinFile = fopen( fn,"rt" ) ) == NULL ) 676 if ( ( skinFile = fopen( fn,"rt" ) ) == NULL )
677 { 677 {
678 setname( skinMPlayerDir,dname ); 678 setname( skinMPlayerDir,dname );
679 if ( ( skinFile = fopen( fn,"rt" ) ) == NULL ) 679 if ( ( skinFile = fopen( fn,"rt" ) ) == NULL )
680 { 680 {
681 setname( skinMPlayerDir,dname );
682 mp_msg( MSGT_GPLAYER,MSGL_STATUS,MSGTR_SKIN_SkinFileNotFound,fn ); 681 mp_msg( MSGT_GPLAYER,MSGL_STATUS,MSGTR_SKIN_SkinFileNotFound,fn );
683 return -1; 682 return -1;
684 } 683 }
685 } 684 }
686 685