From 1ae4ff388d8ed464012c17f46ea697f31598dd98 Mon Sep 17 00:00:00 2001 From: Mike Gorchak Date: Sat, 10 Oct 2009 17:07:49 +0000 Subject: [PATCH] Revert back. Sorry. --- test/common.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/common.c b/test/common.c index b770b391d..376a17d47 100644 --- a/test/common.c +++ b/test/common.c @@ -1022,12 +1022,6 @@ CommonQuit(CommonState * state) SDL_AudioQuit(); } if (state->windows) { - int it; - - for (it=0; itnum_windows; it++) - { - SDL_DestroyWindow(state->windows[it]); - } SDL_free(state->windows); } SDL_free(state);