From: Ricardo Cruz Date: Sat, 15 May 2004 14:26:38 +0000 (+0000) Subject: Ooops, forgot to remove a comment. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=14e53e9803643f1a3f7105d8e026422f3d23b70c;p=supertux.git Ooops, forgot to remove a comment. SVN-Revision: 1196 --- 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),