X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c757b5fee093bbc3686f1e474316396b742fb888..6a17b868de5fd4b78988b355b9e1efbb766cd6f2:/include/wx/gtk/fontpicker.h diff --git a/include/wx/gtk/fontpicker.h b/include/wx/gtk/fontpicker.h index 06ba2ed99f..200615fcff 100644 --- a/include/wx/gtk/fontpicker.h +++ b/include/wx/gtk/fontpicker.h @@ -60,8 +60,6 @@ public: // used by the GTK callback only void SetNativeFontInfo(const gchar *gtkdescription) { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } - wxWindow *m_topParent; - private: DECLARE_DYNAMIC_CLASS(wxFontButton) };