Remove redundant m_colour initialization in wxGCDCImpl
This field is already initialized by the base class ctor, there is no need to do it here again.
This commit is contained in:
committed by
Vadim Zeitlin
parent
2ff910de4f
commit
b192b4f676
@@ -188,7 +188,6 @@ wxGCDCImpl::wxGCDCImpl(wxDC* owner, int)
|
||||
void wxGCDCImpl::Init(wxGraphicsContext* ctx)
|
||||
{
|
||||
m_ok = false;
|
||||
m_colour = true;
|
||||
m_mm_to_pix_x = mm2pt;
|
||||
m_mm_to_pix_y = mm2pt;
|
||||
|
||||
|
Reference in New Issue
Block a user