From 1ed6cae306345134cadc1405cb28f11f6ad7bfbb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 8 Dec 2007 10:13:44 +0000 Subject: Fix compiler warning svn-id: r29761 --- engines/agi/picture.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/agi/picture.cpp b/engines/agi/picture.cpp index 4eaabdf7aa..5b55555a6a 100644 --- a/engines/agi/picture.cpp +++ b/engines/agi/picture.cpp @@ -64,9 +64,11 @@ void PictureMgr::putVirtPixel(int x, int y) { *p = _scrColor | (*p & 0xf0); } +#if 0 static void drawProc(int x, int y, int c, void *data) { ((PictureMgr *)data)->putVirtPixel(x, y); } +#endif /** * Draw an AGI line. -- cgit v1.2.3