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
This commit is contained in:
diego 2008-12-08 00:11:03 +00:00
parent 1f5caf1867
commit 4c7dc59a04
1 changed files with 0 additions and 1 deletions

View File

@ -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);