aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index bc858536a4..41cbad7d37 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -188,6 +188,4 @@ struct Gdi {
};
};
-void blit(byte *dst, byte *src, int w, int h);
-
#endif