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:
Vadim Zeitlin
2018-12-15 16:47:54 +01:00
committed by Vadim Zeitlin
parent 2ff910de4f
commit b192b4f676

View File

@@ -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;