]> git.saurik.com Git - wxWidgets.git/commitdiff
commenting out uncompilable code
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 9 May 2009 20:35:32 +0000 (20:35 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 9 May 2009 20:35:32 +0000 (20:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/dataview.mm

index e69d3295aba730e812291fcd260df30830843bce..f43a4f27e4b2450d0176fd5fd74fab760adc1a6a 100644 (file)
@@ -1009,7 +1009,7 @@ wxWidgetImplType* CreateDataView(wxWindowMac* wxpeer, wxWindowMac* WXUNUSED(pare
   customRendererObject->customRenderer->SetDC(NULL);
 }
 
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
+#if 0 //TODO FIXME: MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
 -(NSUInteger) hitTestForEvent:(NSEvent*)event inRect:(NSRect)cellFrame ofView:(NSView*)controlView
 {
   NSPoint point = [controlView convertPoint:[event locationInWindow] fromView:nil];