From 4b58b17a2aa8818482a44e057301448057e31d05 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 7 May 2004 14:38:14 +0000 Subject: * fix config file loading: enums are read as numbers, although written as strings -> read and update them as strings * remove the obsolete CONFIG_TYPE_* constants and replace them with XINE_CONFIG_TYPE_* from xine.h CVS patchset: 6496 CVS date: 2004/05/07 14:38:14 --- src/xine-engine/configfile.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/xine-engine/configfile.h') diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 8376730f5..781cf14af 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.33 2003/12/09 00:02:36 f1rmb Exp $ + * $Id: configfile.h,v 1.34 2004/05/07 14:38:14 mroi Exp $ * * config file management * @@ -89,17 +89,6 @@ struct cfg_entry_s { void *callback_data; }; -/* - * config entry data types - */ - -#define CONFIG_TYPE_UNKNOWN 0 -#define CONFIG_TYPE_RANGE 1 -#define CONFIG_TYPE_STRING 2 -#define CONFIG_TYPE_ENUM 3 -#define CONFIG_TYPE_NUM 4 -#define CONFIG_TYPE_BOOL 5 - struct config_values_s { /* -- cgit v1.2.3