projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec5e4e
)
Removed unnecessary (?) FIXME comment.
author
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 29 Jul 2004 11:23:21 +0000
(11:23 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 29 Jul 2004 11:23:21 +0000
(11:23 +0000)
SVN-Revision: 1666
lib/video/surface.cpp
patch
|
blob
|
history
diff --git
a/lib/video/surface.cpp
b/lib/video/surface.cpp
index
a291932
..
b609f7a
100644
(file)
--- 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)
{