From c210b7187618111ee71c1f3d8404dc6ef23042e2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 20 Jan 2009 22:52:29 +0000 Subject: Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp svn-id: r35965 --- graphics/surface.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics/surface.h') 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); }; /** -- cgit v1.2.3