changeset 50:4cbdaa3f5d74

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 03:46:10 +0300
parents 033c660c25f5
children 36e2f910219c
files efu.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/efu.c	Mon Oct 01 02:51:41 2012 +0300
+++ b/efu.c	Mon Oct 01 03:46:10 2012 +0300
@@ -302,7 +302,6 @@
     SDL_Surface *screen = NULL, *bmap = NULL, *logo = NULL;
     TTF_Font *font = NULL;
     SDL_Color fontcol={255,155,155,0};
-    Uint32 lcol;
     SDL_Event event;
     int mouseX, mouseY;
     BOOL initSDL = FALSE, initTTF = FALSE, exitFlag, showMap = FALSE;
@@ -384,8 +383,6 @@
 
 
 
-    lcol = dmMapRGB(screen, 255,100,100);
-
     int numFrames = 0, startTime = SDL_GetTicks(), endTime = 0;
     exitFlag = FALSE;
 
@@ -450,8 +447,6 @@
         }
 
 
-        float f = SDL_GetTicks() / 250.0f;
-
         if (showMap)
             memcpy(bmap->pixels, heightMap, QWIDTH * QHEIGHT);
         else