Separated library source code from testing code, fixing #6
[rodin/chimara.git] / src / style.h
diff --git a/src/style.h b/src/style.h
deleted file mode 100644 (file)
index fcd5302..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef STYLE_H
-#define STYLE_H
-
-#include <gtk/gtk.h>
-#include "glk.h"
-#include "magic.h"
-#include "chimara-glk-private.h"
-#include "stream.h"
-
-G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer);
-
-#endif