# HG changeset patch # User diego # Date 1228695063 0 # Node ID dcfe2ea48fc156a6dbb7017c8396e92c7fd05640 # Parent ca9badc947403bdfbf43b96922c6e7cfa42dd4c8 Remove unused variable, fixes the warning: libvo/vo_macosx.m:735: warning: unused variable 'lastTime' diff -r ca9badc94740 -r dcfe2ea48fc1 libvo/vo_macosx.m --- a/libvo/vo_macosx.m Mon Dec 08 00:02:07 2008 +0000 +++ b/libvo/vo_macosx.m Mon Dec 08 00:11:03 2008 +0000 @@ -732,7 +732,6 @@ - (void) render { int curTime; - static int lastTime = 0; glClear(GL_COLOR_BUFFER_BIT);