removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,16 +83,6 @@ public:
|
||||
//
|
||||
bool Ok(void) const {return m_bIsInit; }
|
||||
|
||||
//
|
||||
// Let's remove this inelegant function
|
||||
//
|
||||
#if WXWIN_COMPATIBILITY
|
||||
void Get( unsigned char* pRed
|
||||
,unsigned char* pGreen
|
||||
,unsigned char* pBlue
|
||||
) const;
|
||||
#endif
|
||||
|
||||
unsigned char Red(void) const { return m_cRed; }
|
||||
unsigned char Green(void) const { return m_cGreen; }
|
||||
unsigned char Blue(void) const { return m_cBlue; }
|
||||
|
Reference in New Issue
Block a user