X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=73cbf8caacb5aadda019a160f86d3685e8ae9526;hb=f6471ec24982a18b8aa2d282d13f4254c906861a;hp=72af60a4083067dcda00e82eb07e842eb4614658;hpb=98815ebd47819c767bde95f8356977d5df9f2a37;p=rodin%2Fchimara.git 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