summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_directx.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-14 16:27:22 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-14 16:27:22 +0000
commit24e0b9e91a7b0a19309770f68425cb793940cfde (patch)
tree35a97083ce9414a28fc0db2779af4b680f2bb106 /src/video_out/video_out_directx.c
parent8e1d76f47f530f3b76cfe81eb9da1348df17e801 (diff)
downloadxine-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-xsrc/video_out/video_out_directx.c5
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;
-}