changeset 240:61b9cd67cd55

Remove dead code.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Oct 2012 13:01:07 +0300
parents 07c4f1a7ddc6
children 3bff024a91be
files vptest.c
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/vptest.c	Tue Oct 09 12:59:09 2012 +0300
+++ b/vptest.c	Tue Oct 09 13:01:07 2012 +0300
@@ -119,19 +119,6 @@
         dmError("Can't SDL_SetVideoMode(): %s\n", SDL_GetError());
         return FALSE;
     }
-
-#if 0
-    SDL_Rect r;
-    r.x = 50;
-    r.y = 50;
-    r.w = 320;
-    r.h = 200;
-    DM_PrintRect(stderr, &r);
-    SDL_SetClipRect(*screen, &r);
-    DM_PrintRect(stderr, &r);
-    DM_PrintRect(stderr, &((*screen)->clip_rect));
-#endif
-
     return TRUE;
 }