From f7b2fd87c8fd9e0e52f6e31ecbf0bb7c5f1f8297 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 1 Dec 2001 22:38:31 +0000 Subject: add avi subtitle decoder (based on mplayer code), minor cleanups, removed register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31 --- include/xine.h.tmpl.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') 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, -- cgit v1.2.3