Remove unnecessary wxFontRefData dtor
No real changes, just get rid of unnecessary code.
This commit is contained in:
@@ -54,8 +54,6 @@ public:
|
|||||||
// copy ctor
|
// copy ctor
|
||||||
wxFontRefData( const wxFontRefData& data );
|
wxFontRefData( const wxFontRefData& data );
|
||||||
|
|
||||||
virtual ~wxFontRefData();
|
|
||||||
|
|
||||||
// setters: all of them also take care to modify m_nativeFontInfo if we
|
// setters: all of them also take care to modify m_nativeFontInfo if we
|
||||||
// have it so as to not lose the information not carried by our fields
|
// have it so as to not lose the information not carried by our fields
|
||||||
void SetFractionalPointSize(float pointSize);
|
void SetFractionalPointSize(float pointSize);
|
||||||
@@ -164,10 +162,6 @@ wxFontRefData::wxFontRefData(const wxString& nativeFontInfoString)
|
|||||||
InitFromNative();
|
InitFromNative();
|
||||||
}
|
}
|
||||||
|
|
||||||
wxFontRefData::~wxFontRefData()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxFontRefData SetXXX()
|
// wxFontRefData SetXXX()
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user