Remove declared but not implemented wxFont::Unshare() in wxGTK

No real changes, just remove a method which was never defined nor used.
This commit is contained in:
Vadim Zeitlin 2017-11-13 20:59:44 +01:00
parent 926d486f54
commit f65a608993

View File

@ -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;