From df9cbfc2bf7fbb5584ec7ece3f9fdfb938014d58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 2 Oct 1999 13:41:13 +0000 Subject: [PATCH] removed declarations of static wxLoadQueryFont, wxLoadQueryNearestFont git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/font.cpp | 20 -------------------- src/gtk1/font.cpp | 20 -------------------- 2 files changed, 40 deletions(-) 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 // ---------------------------------------------------------------------------- -- 2.45.2