From f89f7c32f207e8484a12abb8f5b494e7f77d87d3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 29 Sep 2015 16:13:38 +0200 Subject: [PATCH] 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. --- src/common/datavcmn.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/datavcmn.cpp b/src/common/datavcmn.cpp index d701b88253..a94c0022e7 100644 --- a/src/common/datavcmn.cpp +++ b/src/common/datavcmn.cpp @@ -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,