]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/fontpicker.h
adjust so that mono bitmaps don't get an alpha channel
[wxWidgets.git] / include / wx / gtk / fontpicker.h
index 06ba2ed99f47bcdf7e4d72b61ee72febf608ef38..200615fcff12eec0d7be91ca39aecb9aaeb95304 100644 (file)
@@ -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)
 };