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:
@@ -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
|
||||
|
Reference in New Issue
Block a user