aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_osx.m
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r--pugl/pugl_osx.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index e226a19..519b7dd 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -749,7 +749,6 @@ puglGetTime(PuglView* view)
void
puglPostRedisplay(PuglView* view)
{
- //view->redisplay = true; // unused
[view->impl->glview setNeedsDisplay: YES];
}