aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 0489ae8..8f04788 100644
--- a/main.c
+++ b/main.c
@@ -180,8 +180,6 @@ int main(int argc, char** argv)
double dt = cur_time - last_time;
SDL_Event e;
- int ww, wh;
- SDL_GetWindowSize(g_window, &ww, &wh);
while(!quit && SDL_PollEvent(&e)) {
switch(e.type) {
case SDL_QUIT: