summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/video_out/video_out_directx.c5
-rw-r--r--src/video_out/video_out_sdl.c10
2 files changed, 1 insertions, 14 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;
-}
diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c
index 511bb0aed..7729cba3a 100644
--- a/src/video_out/video_out_sdl.c
+++ b/src/video_out/video_out_sdl.c
@@ -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_sdl.c,v 1.23 2003/05/07 17:54:18 tchamp Exp $
+ * $Id: video_out_sdl.c,v 1.24 2003/05/14 16:27:22 mroi Exp $
*
* video_out_sdl.c, Simple DirectMedia Layer
*
@@ -598,11 +598,3 @@ plugin_info_t xine_plugin_info[] = {
{ PLUGIN_VIDEO_OUT, 14, "sdl", XINE_VERSION_CODE, &vo_info_sdl, init_class },
{ PLUGIN_NONE, 0, "" , 0 , NULL, NULL}
};
-
-#ifdef _MSC_VER
-/* This probably really isn't needed! */
-vo_info_t * get_video_out_plugin_info()
-{
- return &vo_info_sdl;
-}
-#endif \ No newline at end of file