From: Stefan Csomor Date: Sat, 9 May 2009 20:35:32 +0000 (+0000) Subject: commenting out uncompilable code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4aa9349437e9f089db4f8b66d55d2fb7a53c19ac commenting out uncompilable code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/dataview.mm b/src/osx/cocoa/dataview.mm index e69d3295ab..f43a4f27e4 100644 --- a/src/osx/cocoa/dataview.mm +++ b/src/osx/cocoa/dataview.mm @@ -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];