[MPlayer-cvslog] r29629 - trunk/libvo/vo_quartz.c
reimar
subversion at mplayerhq.hu
Wed Sep 2 13:38:18 CEST 2009
Author: reimar
Date: Wed Sep 2 13:38:18 2009
New Revision: 29629
Log:
Remove unused variable.
Modified:
trunk/libvo/vo_quartz.c
Modified: trunk/libvo/vo_quartz.c
==============================================================================
--- trunk/libvo/vo_quartz.c Wed Sep 2 13:33:37 2009 (r29628)
+++ trunk/libvo/vo_quartz.c Wed Sep 2 13:38:18 2009 (r29629)
@@ -351,7 +351,6 @@ static OSStatus MouseEventHandler(EventH
//default window event handler
static OSStatus WindowEventHandler(EventHandlerCallRef nextHandler, EventRef event, void *userData)
{
- char cmd_str[64];
OSStatus result = noErr;
uint32_t d_width;
uint32_t d_height;
More information about the MPlayer-cvslog
mailing list