From 0aab5168ce61d51fe0034db3c30247dd23b22813 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 16 Dec 2012 09:56:50 +0100 Subject: HOPKINS: Start renaming ObjectsManager members --- engines/hopkins/graphics.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/hopkins/graphics.h') diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h index f88fee9fbc..deb396b0db 100644 --- a/engines/hopkins/graphics.h +++ b/engines/hopkins/graphics.h @@ -124,7 +124,6 @@ public: void m_scroll(const byte *surface, int xs, int ys, int width, int height, int destX, int destY); void m_scroll16(const byte *surface, int xs, int ys, int width, int height, int destX, int destY); void m_scroll16A(const byte *surface, int xs, int ys, int width, int height, int destX, int destY); - void Copy_Vga(const byte *surface, int xp, int yp, int width, int height, int destX, int destY); void Copy_Vga16(const byte *surface, int xp, int yp, int width, int height, int destX, int destY); void fade_in(const byte *palette, int step, const byte *surface); void fade_out(const byte *palette, int step, const byte *surface); -- cgit v1.2.3