]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/font.h
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently,
[wxWidgets.git] / include / wx / x11 / font.h
index f75bf6c423b566c9b1910f65190c8e2385fa1bfb..faf0d35801b656cdbb116d2d78100529f54f0a32 100644 (file)
@@ -95,11 +95,9 @@ public:
     wxXFont *GetInternalFont(double scale = 1.0,
         WXDisplay* display = NULL) const;
     
-    // These two are helper functions for convenient access of the above.
+    // Helper function for convenient access of the above.
     WXFontStructPtr GetFontStruct(double scale = 1.0,
         WXDisplay* display = NULL) const;
-    WXFontList GetFontList(double scale = 1.0,
-        WXDisplay* display = NULL) const;
     
 protected:
     // common part of all ctors