X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/include/wx/x11/font.h diff --git a/include/wx/x11/font.h b/include/wx/x11/font.h index f75bf6c423..faf0d35801 100644 --- a/include/wx/x11/font.h +++ b/include/wx/x11/font.h @@ -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