diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-14 16:27:22 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-14 16:27:22 +0000 |
commit | 24e0b9e91a7b0a19309770f68425cb793940cfde (patch) | |
tree | 35a97083ce9414a28fc0db2779af4b680f2bb106 /src/video_out/video_out_directx.c | |
parent | 8e1d76f47f530f3b76cfe81eb9da1348df17e801 (diff) | |
download | xine-lib-24e0b9e91a7b0a19309770f68425cb793940cfde.tar.gz xine-lib-24e0b9e91a7b0a19309770f68425cb793940cfde.tar.bz2 |
These are part of the old video out API and should not be needed any longer
CVS patchset: 4845
CVS date: 2003/05/14 16:27:22
Diffstat (limited to 'src/video_out/video_out_directx.c')
-rwxr-xr-x | src/video_out/video_out_directx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_out/video_out_directx.c b/src/video_out/video_out_directx.c index 0bca356ba..55691f287 100755 --- a/src/video_out/video_out_directx.c +++ b/src/video_out/video_out_directx.c @@ -1282,8 +1282,3 @@ plugin_info_t xine_plugin_info[] = { { PLUGIN_VIDEO_OUT, 14, "vo_directx", XINE_VERSION_CODE, &vo_info_win32, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; - -vo_info_t * get_video_out_plugin_info() -{ - return &vo_info_win32; -} |