aboutsummaryrefslogtreecommitdiffstats
path: root/source/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/config.h')
-rw-r--r--source/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/config.h b/source/config.h
deleted file mode 100644
index 879a0ea..0000000
--- a/source/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef STMDSP_CONFIG_H
-#define STMDSP_CONFIG_H
-
-constexpr unsigned int WINDOW_WIDTH = 640;
-constexpr unsigned int WINDOW_HEIGHT = 720;
-
-#endif
-