From 4c7dc59a041f5385988afcaac760ffe441d6f609 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 8 Dec 2008 00:11:03 +0000 Subject: [PATCH] Remove unused variable, fixes the warning: libvo/vo_macosx.m:735: warning: unused variable 'lastTime' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28110 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_macosx.m | 1 - 1 file changed, 1 deletion(-) diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index 41e3663ce5..0eabb68e6e 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -732,7 +732,6 @@ static int control(uint32_t request, void *data, ...) - (void) render { int curTime; - static int lastTime = 0; glClear(GL_COLOR_BUFFER_BIT);