aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
deleted file mode 100644
index ed04052..0000000
--- a/src/main.c
+++ /dev/null
@@ -1,11 +0,0 @@
-int
-main(int argc, char **argv)
-{
- if (TZR_Init(DWIDTH, DHEIGHT, .target_fps=60))
- panic("TZR_Init failed");
- defer(TZR_Quit);
-
- srand(time(NULL));
-
- return 0;
-}