From: Václav Slavík Date: Sat, 2 Oct 1999 13:41:13 +0000 (+0000) Subject: removed declarations of static wxLoadQueryFont, wxLoadQueryNearestFont X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df9cbfc2bf7fbb5584ec7ece3f9fdfb938014d58?ds=sidebyside removed declarations of static wxLoadQueryFont, wxLoadQueryNearestFont git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/font.cpp b/src/gtk/font.cpp index 9dd58ea182..86663b5c27 100644 --- a/src/gtk/font.cpp +++ b/src/gtk/font.cpp @@ -37,26 +37,6 @@ extern wxFontNameDirectory *wxTheFontNameDirectory; #endif -// ---------------------------------------------------------------------------- -// private functions -// ---------------------------------------------------------------------------- - -static GdkFont *wxLoadQueryFont( int pointSize, - int family, - int style, - int weight, - bool underlined, - const wxString &facename, - wxFontEncoding encoding ); - -static GdkFont *wxLoadQueryNearestFont( int pointSize, - int family, - int style, - int weight, - bool underlined, - const wxString &facename, - wxFontEncoding encoding); - // ---------------------------------------------------------------------------- // wxFontRefData // ---------------------------------------------------------------------------- diff --git a/src/gtk1/font.cpp b/src/gtk1/font.cpp index 9dd58ea182..86663b5c27 100644 --- a/src/gtk1/font.cpp +++ b/src/gtk1/font.cpp @@ -37,26 +37,6 @@ extern wxFontNameDirectory *wxTheFontNameDirectory; #endif -// ---------------------------------------------------------------------------- -// private functions -// ---------------------------------------------------------------------------- - -static GdkFont *wxLoadQueryFont( int pointSize, - int family, - int style, - int weight, - bool underlined, - const wxString &facename, - wxFontEncoding encoding ); - -static GdkFont *wxLoadQueryNearestFont( int pointSize, - int family, - int style, - int weight, - bool underlined, - const wxString &facename, - wxFontEncoding encoding); - // ---------------------------------------------------------------------------- // wxFontRefData // ----------------------------------------------------------------------------