No real changes, just clean up wxCustomRendererObject in Cocoa wxDVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 17:30:41 +0000 (17:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Oct 2009 17:30:41 +0000 (17:30 +0000)
commita8afd748c7dce4b4eb0106923558c272cfa89e9e
tree44abb7dd48511fa687e08484c620d459792673fe
parent67c4b73f9b448490538959533b5dade195f9ab8b
No real changes, just clean up wxCustomRendererObject in Cocoa wxDVC.

The variables tableColumn and item are unneeded in this class so remove them.

Use static_cast<>s instead of C casts.

Avoid repeating oneVeryLongVariableName->anotherEvenLongerVariableName->
somethingElse->andSoOn multiple times, temporary variables are allowed in C++.

Also don't call wxDataViewCustomRenderer::GetSize() twice unnecessarily.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/cocoa/dataview.mm