changeset 17107:1223e30c8f9e

100l, reverting unrelated change with last commit
author ods15
date Tue, 06 Dec 2005 08:45:06 +0000
parents 05af35012e4f
children f9a03e3c8e23
files cfg-common.h
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Tue Dec 06 08:42:48 2005 +0000
+++ b/cfg-common.h	Tue Dec 06 08:45:06 2005 +0000
@@ -225,10 +225,6 @@
 	{"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 #endif
 	{"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL},
-#ifdef WIN32_LOADER
-	{"codecs-dir", &def_path, CONF_TYPE_STRING, 0, 0, 0, NULL},
-#endif
-
 // ------------------------- subtitles options --------------------
 
 #ifdef USE_SUB
@@ -314,10 +310,6 @@
 /* defined in codec-cfg.c */
 extern char * codecs_file;
 
-#ifdef WIN32_LOADER
-extern char * def_path;
-#endif
-
 /* from dec_audio, currently used for ac3surround decoder only */
 extern int audio_output_channels;