]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove declaration of wxScaledFontList wxHashMap, as that's used only in gtk1 port
authorMart Raudsepp <leio@gentoo.org>
Mon, 31 Dec 2007 06:49:23 +0000 (06:49 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 31 Dec 2007 06:49:23 +0000 (06:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/font.cpp

index 77e2511b41dced20878487d1ce872f467f089154..bd108ebd67c83130b1051955d5ac839808550f21 100644 (file)
 // 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
 // ----------------------------------------------------------------------------