[MPlayer-cvslog] r33679 - trunk/libvo/vo_directx.c

reimar subversion at mplayerhq.hu
Sun Jun 19 21:03:12 CEST 2011


Author: reimar
Date: Sun Jun 19 21:03:12 2011
New Revision: 33679

Log:
Remove more unused variables.

Modified:
   trunk/libvo/vo_directx.c

Modified: trunk/libvo/vo_directx.c
==============================================================================
--- trunk/libvo/vo_directx.c	Sun Jun 19 21:02:02 2011	(r33678)
+++ trunk/libvo/vo_directx.c	Sun Jun 19 21:03:12 2011	(r33679)
@@ -777,8 +777,6 @@ static uint32_t Directx_CheckPrimaryPixe
 
 static int preinit(const char *arg)
 {
-    HINSTANCE hInstance = GetModuleHandle(NULL);
-    char exedir[MAX_PATH];
 	if(arg)
 	{
 		if(strstr(arg,"noaccel"))


More information about the MPlayer-cvslog mailing list