Implemented output buffering.
[rodin/chimara.git] / libchimara / style.h
index 4f6797339a72144e0dbc6b2f0be4733ad15371b4..7b56760fc1fd5a9b4e8af154188f050a9e733887 100644 (file)
@@ -9,25 +9,12 @@
 #include "magic.h"
 #include "chimara-glk-private.h"
 #include "stream.h"
+#include "strio.h"
 
 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;