diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index eb90851fe1..de8c3df4ff 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -54,8 +54,6 @@ public: // copy ctor wxFontRefData( const wxFontRefData& data ); - virtual ~wxFontRefData(); - // 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 void SetFractionalPointSize(float pointSize); @@ -164,10 +162,6 @@ wxFontRefData::wxFontRefData(const wxString& nativeFontInfoString) InitFromNative(); } -wxFontRefData::~wxFontRefData() -{ -} - // ---------------------------------------------------------------------------- // wxFontRefData SetXXX() // ----------------------------------------------------------------------------