]> git.saurik.com Git - wxWidgets.git/commitdiff
bracket unused function
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 7 Mar 2011 17:31:19 +0000 (17:31 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 7 Mar 2011 17:31:19 +0000 (17:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/evtloop.mm

index 08e690cbf4cd6bfde4e56f0473a28324e06ff91e..dea4cc832e383088a35e0998c9d499fb3909a505 100644 (file)
@@ -39,6 +39,9 @@
 // wxEventLoop implementation
 // ============================================================================
 
+#if 0
+
+// in case we want to integrate this
 
 static NSUInteger CalculateNSEventMaskFromEventCategory(wxEventCategory cat)
 {
@@ -98,6 +101,7 @@ static NSUInteger CalculateNSEventMaskFromEventCategory(wxEventCategory cat)
     return mask;
 }
 
+#endif
 
 wxGUIEventLoop::wxGUIEventLoop()
 {