summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-03-05 22:31:06 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-03-05 22:31:06 +0000
commit8ea6db0abc6246ecc70dec14007e2518b175fdb1 (patch)
tree3caaeb90bc6c251d0f17529855c82991d893ddd7 /include
parentb2ba852bbb64780030ba72d451ef3d7c6ac2e63c (diff)
downloadxine-lib-8ea6db0abc6246ecc70dec14007e2518b175fdb1.tar.gz
xine-lib-8ea6db0abc6246ecc70dec14007e2518b175fdb1.tar.bz2
remove bad "get_info" functions.
---------------------------------------------------------------------- CVS patchset: 1539 CVS date: 2002/03/05 22:31:06
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in7
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 */