diff --git a/include/wx/msw/dc.h b/include/wx/msw/dc.h index 7e16a138b2..83bd3b9e40 100644 --- a/include/wx/msw/dc.h +++ b/include/wx/msw/dc.h @@ -294,9 +294,6 @@ protected: // MSW-specific member variables // ----------------------------- - // the window associated with this DC (may be NULL) - wxWindow *m_canvas; - wxBitmap m_selectedBitmap; // TRUE => DeleteDC() in dtor, FALSE => only ReleaseDC() it