diff options
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r-- | src/xine-engine/configfile.h | 13 |
1 files changed, 1 insertions, 12 deletions
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 { /* |