From 13802b1d8427da55fb2290b953b1453a9c43095c Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Mon, 7 Apr 2008 04:34:54 +0000 Subject: Remove GTK1 code. svn path=/trunk/; revision=24827 --- gtk/font_utils.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'gtk/font_utils.h') diff --git a/gtk/font_utils.h b/gtk/font_utils.h index eaeec828ed..4eafb3412b 100644 --- a/gtk/font_utils.h +++ b/gtk/font_utils.h @@ -54,16 +54,6 @@ typedef enum { */ extern fa_ret_t user_font_apply(void); -#ifdef _WIN32 -#if GTK_MAJOR_VERSION < 2 -/** Init the application font (GTK1 only). - * - * @param top_level_w the top level window - */ -extern void app_font_gtk1_init(GtkWidget *top_level_w); -#endif -#endif - /** Test, if the given font name is available. * * @param font_name the font to test @@ -83,18 +73,4 @@ extern FONT_TYPE *user_font_get_regular(void); */ extern FONT_TYPE *user_font_get_bold(void); -#if GTK_MAJOR_VERSION < 2 -/** Get the regular user font height. - * - * @return the regular user font height - */ -extern guint user_font_get_regular_height(void); - -/** Get the regular user font width. - * - * @return the regular user font width - */ -extern guint user_font_get_regular_width(void); -#endif - #endif -- cgit v1.2.3