From 9089073c8c85ee0d3332deec6143d24a0204a4c4 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 1 Dec 2009 19:48:48 +0000 Subject: Remove some cruft left over from porting vdpau to 1.2. --- src/video_out/video_out_vdpau.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 618b0e142..4a8758bdb 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -2656,26 +2656,6 @@ static vo_driver_t *vdpau_open_plugin (video_driver_class_t *class_gen, const vo * class functions */ -static char* vdpau_get_identifier (video_driver_class_t *this_gen) -{ -} - - - -static char* vdpau_get_description (video_driver_class_t *this_gen) -{ -} - - - -static void vdpau_dispose_class (video_driver_class_t *this_gen) -{ - vdpau_class_t *this = (vdpau_class_t *) this_gen; - free (this); -} - - - static void *vdpau_init_class (xine_t *xine, void *visual_gen) { vdpau_class_t *this = (vdpau_class_t *) calloc(1, sizeof(vdpau_class_t)); -- cgit v1.2.3