Separated library source code from testing code, fixing #6
[rodin/chimara.git] / src / timer.h
diff --git a/src/timer.h b/src/timer.h
deleted file mode 100644 (file)
index 1edb670..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef TIMER_H
-#define TIMER_H
-
-#include <glib.h>
-#include "event.h"
-#include "chimara-glk-private.h"
-
-G_GNUC_INTERNAL gboolean push_timer_event(gpointer  data);
-
-#endif