From 14e53e9803643f1a3f7105d8e026422f3d23b70c Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sat, 15 May 2004 14:26:38 +0000 Subject: [PATCH] Ooops, forgot to remove a comment. SVN-Revision: 1196 --- src/screen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screen.cpp b/src/screen.cpp index 66248b380..d20543fad 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -82,8 +82,6 @@ void drawgradient(Color top_clr, Color bot_clr) { #endif -//void fillrect(float x, float y, float w, float h, int r, int g, int b, int a) - for(float y = 0; y < screen->h; y += 2) fillrect(0, (int)y, screen->w, 2, (int)(((float)(top_clr.red-bot_clr.red)/(0-screen->h)) * y + top_clr.red), -- 2.11.0