aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index b3b8a8e..bc78427 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -11,7 +11,6 @@
int
initWindow(void) {
// Initialization
- InitWindow(SCREENWIDTH, SCREENHEIGHT, "WIP -- coolspace");
SetTargetFPS(60);
return (0);