summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index a6f3bbc..4cf83e5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,11 +11,6 @@ SDL_Surface* suf;
#define SCREEN_WIDTH 600
#define SCREEN_HEIGHT 480
-//
-//#define SCREEN_WIDTH 800
-//#define SCREEN_HEIGHT 600
-//
-
typedef void(*F)(void*);
F onload;
F onupdate;