summaryrefslogtreecommitdiff
path: root/src/main/engine/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/engine/engine.c')
-rw-r--r--src/main/engine/engine.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/engine/engine.c b/src/main/engine/engine.c
index ab19785..191f5c9 100644
--- a/src/main/engine/engine.c
+++ b/src/main/engine/engine.c
@@ -52,13 +52,6 @@ typedef struct Line {
float x1, y1, x2, y2;
} Line;
-typedef struct Engine {
- UI *ui;
- list_t *circles;
- void (*draw_frame)();
- float ortho_left, ortho_right, ortho_top, ortho_bottom;
-} Engine;
-
static Engine *engine;
/* FPS */