remove unused static wxColourFromPGLong function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -898,12 +898,6 @@ int wxSystemColourProperty::ColToInd( const wxColour& colour ) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static inline wxColour wxColourFromPGLong( long col )
|
|
||||||
{
|
|
||||||
return wxColour((col&0xFF),((col>>8)&0xFF),((col>>16)&0xFF));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void wxSystemColourProperty::OnSetValue()
|
void wxSystemColourProperty::OnSetValue()
|
||||||
{
|
{
|
||||||
// Convert from generic wxobject ptr to wxPGVariantDataColour
|
// Convert from generic wxobject ptr to wxPGVariantDataColour
|
||||||
|
Reference in New Issue
Block a user