From f6471ec24982a18b8aa2d282d13f4254c906861a Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 7 Oct 2009 20:47:42 +0000 Subject: [PATCH] Eliminated warnings in style.h git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@132 ddfedd41-794f-dd11-ae45-00112f111e67 --- libchimara/style.c | 4 ++++ libchimara/style.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libchimara/style.c b/libchimara/style.c index 61764a9..2d00428 100644 --- a/libchimara/style.c +++ b/libchimara/style.c @@ -4,6 +4,10 @@ extern GPrivate *glk_data_key; static gboolean chimara_style_initialized = FALSE; +static gboolean style_accept(GScanner *scanner, GTokenType token); +static gboolean style_accept_style_identifier(GScanner *scanner); +static gboolean style_accept_style_hint(GScanner *scanner, GtkTextTag *current_tag); +static void style_add_tag_to_textbuffer(gpointer key, gpointer tag, gpointer tag_table); /** * glk_set_style: diff --git a/libchimara/style.h b/libchimara/style.h index 72af60a..73cbf8c 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -12,9 +12,5 @@ G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer); G_GNUC_INTERNAL void style_init(); -static gboolean style_accept(GScanner *scanner, GTokenType token); -static gboolean style_accept_style_identifier(GScanner *scanner); -static gboolean style_accept_style_hint(GScanner *scanner, GtkTextTag *current_tag); -static void style_add_tag_to_textbuffer(gpointer key, gpointer tag, gpointer tag_table); #endif -- 2.30.2