diff --git a/src/common/dcgraph.cpp b/src/common/dcgraph.cpp index 796c3462ff..a744e94adb 100644 --- a/src/common/dcgraph.cpp +++ b/src/common/dcgraph.cpp @@ -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;