From 414fbd049183e10f70e5b77f9359333fae55bfba Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 28 Mar 2005 22:37:30 +0000 Subject: Moved ObjectClass to object.h svn-id: r17280 --- scumm/gfx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'scumm/gfx.h') diff --git a/scumm/gfx.h b/scumm/gfx.h index 8f903c8724..172be4de20 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -202,7 +202,6 @@ struct StripTable; #define CHARSET_MASK_TRANSPARENCY 253 class Gdi { -// friend class ScummEngine; // Mostly for the code in saveload.cpp ... ScummEngine *_vm; public: -- cgit v1.2.3