get rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced by last change to this code)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,6 +168,12 @@ protected:
|
||||
int m_currentStyle ;
|
||||
int m_currentFill ;
|
||||
int m_autoSetting ; // See comment in dcclient.cpp
|
||||
|
||||
// this is useless and should be removed, kept for now just for backwards
|
||||
// compatibility
|
||||
#if wxCHECK_VERSION(2, 7, 0)
|
||||
#error "Remove wxClientDC::m_oldFont"
|
||||
#endif
|
||||
WXFont m_oldFont;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user