[MPlayer-cvslog] r28110 - trunk/libvo/vo_macosx.m

diego subversion at mplayerhq.hu
Mon Dec 8 01:11:03 CET 2008


Author: diego
Date: Mon Dec  8 01:11:03 2008
New Revision: 28110

Log:
Remove unused variable, fixes the warning:
libvo/vo_macosx.m:735: warning: unused variable 'lastTime'


Modified:
   trunk/libvo/vo_macosx.m

Modified: trunk/libvo/vo_macosx.m
==============================================================================
--- trunk/libvo/vo_macosx.m	(original)
+++ trunk/libvo/vo_macosx.m	Mon Dec  8 01:11:03 2008
@@ -732,7 +732,6 @@ static int control(uint32_t request, voi
 - (void) render
 {
 	int curTime;
-	static int lastTime = 0;
 
 	glClear(GL_COLOR_BUFFER_BIT);	
 	



More information about the MPlayer-cvslog mailing list