diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-01 19:48:48 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-01 19:48:48 +0000 |
commit | 9089073c8c85ee0d3332deec6143d24a0204a4c4 (patch) | |
tree | 9c6cf8893cd747db01a208bd633c57991338857e /src | |
parent | d242894b331a0d1783040c1d091c42fc30be5160 (diff) | |
download | xine-lib-9089073c8c85ee0d3332deec6143d24a0204a4c4.tar.gz xine-lib-9089073c8c85ee0d3332deec6143d24a0204a4c4.tar.bz2 |
Remove some cruft left over from porting vdpau to 1.2.
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_vdpau.c | 20 |
1 files changed, 0 insertions, 20 deletions
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)); |