aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 5f0a76a..0000000
--- a/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// glsl doesn't support #pragma once
-#ifndef _CONFIG_H
-#define _CONFIG_H
-
-#define WIDTH 800
-#define HEIGHT 600
-
-#endif