summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-04 17:24:00 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-04 17:24:00 +0000
commit432de7091cd2bde225c3dd182bd035dcb5083313 (patch)
tree10876cec2053739debf6af042e16c3587b9c5f82 /Gui/cfg.c
parente31043bcb91139f8b1cb6c20a0f44fbd66fbd7af (diff)
downloadmpv-432de7091cd2bde225c3dd182bd035dcb5083313.tar.bz2
mpv-432de7091cd2bde225c3dd182bd035dcb5083313.tar.xz
- fix fuckin' locale (?:)
- fix msg box layer handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6899 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index 86cce3d7e5..24f2381dbb 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -8,10 +8,6 @@
#include "../mplayer.h"
#include "../cfgparser.h"
-#ifdef USE_I18N
-#include <locale.h>
-#endif
-
#include "../../libvo/video_out.h"
#include "cfg.h"
@@ -166,10 +162,6 @@ int cfg_write( void )
FILE * f;
int i;
-#ifdef USE_I18N
- setlocale( LC_ALL,"" );
-#endif
-
// -- save configuration
if ( (f=fopen( cfg,"wt+" )) )
{