From: Ricardo Cruz Date: Thu, 29 Jul 2004 11:23:21 +0000 (+0000) Subject: Removed unnecessary (?) FIXME comment. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=580daade35c151e51a90560fe0cac8c7e1b05ca7;p=supertux.git Removed unnecessary (?) FIXME comment. SVN-Revision: 1666 --- 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) {