diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-03-05 22:31:06 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-03-05 22:31:06 +0000 |
commit | 8ea6db0abc6246ecc70dec14007e2518b175fdb1 (patch) | |
tree | 3caaeb90bc6c251d0f17529855c82991d893ddd7 /src/xine-engine/video_out.h | |
parent | b2ba852bbb64780030ba72d451ef3d7c6ac2e63c (diff) | |
download | xine-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 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index e1571184c..6a4d8037e 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.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: video_out.h,v 1.46 2002/03/05 20:39:05 jcdutton Exp $ + * $Id: video_out.h,v 1.47 2002/03/05 22:31:06 jcdutton Exp $ * * * xine version of video_out.h @@ -308,7 +308,6 @@ struct vo_driver_s { void *data); void (*exit) (vo_driver_t *this); - vo_info_t* (*get_info) (); }; |