From 580daade35c151e51a90560fe0cac8c7e1b05ca7 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 29 Jul 2004 11:23:21 +0000 Subject: [PATCH] Removed unnecessary (?) FIXME comment. SVN-Revision: 1666 --- lib/video/surface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/video/surface.cpp b/lib/video/surface.cpp index a2919323a..b609f7a9b 100644 --- a/lib/video/surface.cpp +++ b/lib/video/surface.cpp @@ -175,9 +175,6 @@ Surface::Surface(const std::string& file, int x, int y, int w, int h, bool use_a Surface::Surface(Color top_background, Color bottom_background, int w_, int h_) : data(top_background, bottom_background, w_, h_), w(0), h(0) { - // FIXME: Gradient surfaces currently don't accept width/height - // If nonzero values are passed to data.create(), supertux - // crashes. impl = data.create(); if (impl) { -- 2.11.0