aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/surface.h')
-rw-r--r--graphics/surface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/surface.h b/graphics/surface.h
index e03db227ee..20ab816236 100644
--- a/graphics/surface.h
+++ b/graphics/surface.h
@@ -78,8 +78,6 @@ struct Surface {
void frameRect(const Common::Rect &r, uint32 color);
// See comment in graphics/surface.cpp about it
void move(int dx, int dy, int height);
-
- void blit(Surface *surf_src, int16 x, int16 y, OverlayColor transparent);
};
/**