diff --git a/include/wx/gtk/font.h b/include/wx/gtk/font.h index d24c807c19..4d1220617d 100644 --- a/include/wx/gtk/font.h +++ b/include/wx/gtk/font.h @@ -104,11 +104,6 @@ public: // attributes and returns true. bool GTKSetPangoAttrs(PangoLayout* layout) const; - // implementation from now on - void Unshare(); - - // no data :-) - protected: virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info ) wxOVERRIDE;