diff options
author | Max Horn | 2009-01-20 22:52:29 +0000 |
---|---|---|
committer | Max Horn | 2009-01-20 22:52:29 +0000 |
commit | c210b7187618111ee71c1f3d8404dc6ef23042e2 (patch) | |
tree | 322dffed82c7a6a622c8095770f479105868b3c1 /graphics/surface.h | |
parent | f8da825177a8554e46deed6008916819574bdbae (diff) | |
download | scummvm-rg350-c210b7187618111ee71c1f3d8404dc6ef23042e2.tar.gz scummvm-rg350-c210b7187618111ee71c1f3d8404dc6ef23042e2.tar.bz2 scummvm-rg350-c210b7187618111ee71c1f3d8404dc6ef23042e2.zip |
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
svn-id: r35965
Diffstat (limited to 'graphics/surface.h')
-rw-r--r-- | graphics/surface.h | 2 |
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); }; /** |