From: Mart Raudsepp Date: Mon, 31 Dec 2007 06:49:23 +0000 (+0000) Subject: Remove declaration of wxScaledFontList wxHashMap, as that's used only in gtk1 port X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b35388de3e57c50996d26c5beca970e375289f57 Remove declaration of wxScaledFontList wxHashMap, as that's used only in gtk1 port git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index 77e2511b41..bd108ebd67 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -40,13 +40,6 @@ // the default size (in points) for the fonts static const int wxDEFAULT_FONT_SIZE = 12; -// ---------------------------------------------------------------------------- -// wxScaledFontList: maps the font sizes to the GDK fonts for the given font -// ---------------------------------------------------------------------------- - -WX_DECLARE_HASH_MAP(int, GdkFont *, wxIntegerHash, wxIntegerEqual, - wxScaledFontList); - // ---------------------------------------------------------------------------- // wxFontRefData // ----------------------------------------------------------------------------