[vlc-devel] commit: Comment out dead code (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Aug 23 13:13:07 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 23 12:53:17 2009 +0200| [1993d2913d3c818ddd2b168f7a1d3118c59fe776] | committer: Jean-Baptiste Kempf
Comment out dead code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1993d2913d3c818ddd2b168f7a1d3118c59fe776
---
modules/video_output/msw/events.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index 49a27f0..252847b 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -1127,6 +1127,7 @@ static int vaControlParentWindow( vout_thread_t *p_vout, int i_query,
}
}
+#if 0
static int ControlParentWindow( vout_thread_t *p_vout, int i_query, ... )
{
va_list args;
@@ -1137,6 +1138,7 @@ static int ControlParentWindow( vout_thread_t *p_vout, int i_query, ... )
va_end( args );
return ret;
}
+#endif
void Win32ToggleFullscreen( vout_thread_t *p_vout )
{
More information about the vlc-devel
mailing list