From f65a608993d4d4da9c024057b46dd647f2d3183a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 13 Nov 2017 20:59:44 +0100 Subject: [PATCH] Remove declared but not implemented wxFont::Unshare() in wxGTK No real changes, just remove a method which was never defined nor used. --- include/wx/gtk/font.h | 5 ----- 1 file changed, 5 deletions(-) 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;