No changes, just remove an outdated comment

The comment in wxDataViewCustomRendererBase::RenderText() referred to the code
which doesn't exist any more and so was useless and confusing, just remove it.
This commit is contained in:
Vadim Zeitlin
2015-09-29 16:13:38 +02:00
parent e5754d00d4
commit f89f7c32f2

View File

@@ -987,7 +987,6 @@ wxDataViewCustomRendererBase::RenderText(const wxString& text,
if ( !GetOwner()->GetOwner()->IsEnabled() )
flags |= wxCONTROL_DISABLED;
// get the alignment to use
wxRendererNative::Get().DrawItemText(
GetOwner()->GetOwner(),
*dc,