diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 22c8600c8..d558cb562 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.58 2001/11/30 21:55:05 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.59 2001/12/01 22:38:31 guenter Exp $ * */ @@ -546,9 +546,6 @@ struct config_values_s { * from the config file otherwise */ - void (*register_empty) (config_values_t *self, - char *key); - char* (*register_string) (config_values_t *self, char *key, char *def_value, |