diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 8972871d2..70dee248e 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.83 2002/03/05 20:39:05 jcdutton Exp $ + * $Id: xine.h.tmpl.in,v 1.84 2002/03/05 22:31:06 jcdutton Exp $ * */ @@ -509,11 +509,6 @@ struct vo_driver_s { */ void (*exit) (vo_driver_t *self); - /** - * Get driver name etc. - */ - vo_info_t* (*get_info) (); - }; /** @} end of video_group */ |