git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073c5a2
)
Remove unused variables
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 19 Aug 2009 19:46:55 +0000
(21:46 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 19 Aug 2009 21:43:11 +0000
(23:43 +0200)
modules/video_output/msw/events.c
patch
|
blob
|
history
diff --git
a/modules/video_output/msw/events.c
b/modules/video_output/msw/events.c
index
09718b6
..
9c65987
100644
(file)
--- a/
modules/video_output/msw/events.c
+++ b/
modules/video_output/msw/events.c
@@
-1061,10
+1061,7
@@
static int DirectXConvertKey( int i_key )
*****************************************************************************/
static int Control( vout_thread_t *p_vout, int i_query, va_list args )
{
- unsigned int *pi_width, *pi_height;
- bool b_bool;
RECT rect_window;
- POINT point;
switch( i_query )
{