]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/evtloop_cf.cpp
Applied Blit system options optimization to StretchBlit
[wxWidgets.git] / src / osx / core / evtloop_cf.cpp
index 03a71cb9c3192cb3e6ffdec18b6b0c836eeae6a1..afe67a048c4a787f8495cde12cf2f3272b7a9638 100644 (file)
@@ -192,7 +192,9 @@ void wxCFEventLoop::CommonModeObserverCallBack(CFRunLoopObserverRef WXUNUSED(obs
     }
 }
 
-void wxCFEventLoop::DefaultModeObserverCallBack(CFRunLoopObserverRef WXUNUSED(observer), int activity)
+void
+wxCFEventLoop::DefaultModeObserverCallBack(CFRunLoopObserverRef WXUNUSED(observer),
+                                           int WXUNUSED(activity))
 {
     /*
     if ( activity & kCFRunLoopBeforeTimers )