Remove apparently never used wxMSWDCImpl::m_canvas

This member field doesn't seem referenced anywhere (even not to
initialize it), so it can't possibly be useful for anything and can be
just removed.
This commit is contained in:
Vadim Zeitlin
2018-12-29 03:48:15 +01:00
parent a6570433b6
commit 9a8ef599d2

View File

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