aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-07 04:34:54 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-07 04:34:54 +0000
commit13802b1d8427da55fb2290b953b1453a9c43095c (patch)
treeaaec8b58ad25a0fb63a0a0ec4f2de4d674407422 /gtk/font_utils.h
parenta398bebdaf691ceeaec536d8c657505d45906451 (diff)
Remove GTK1 code.
svn path=/trunk/; revision=24827
Diffstat (limited to 'gtk/font_utils.h')
-rw-r--r--gtk/font_utils.h24
1 files changed, 0 insertions, 24 deletions
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