X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=7dc507f0abaaa3c1dee2212e4ce1aec2f9b9a32e;hb=81be5c1e527c60b34425844ca411cf07ac88650a;hp=4f6797339a72144e0dbc6b2f0be4733ad15371b4;hpb=9954832f5d51d217e4fd3c28cddedc85bb158d35;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index 4f67973..7dc507f 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -14,20 +14,6 @@ G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer); G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer); G_GNUC_INTERNAL void style_init(); -static const gchar* TAG_NAMES[] = { - "normal", - "emphasized", - "preformatted", - "header", - "subheader", - "alert", - "note", - "block-quote", - "input", - "user1", - "user2" -}; - typedef struct StyleSet { GHashTable *text_grid; GHashTable *text_buffer;