From b5385f600341b9dab3ae9322da9b4b7182f52292 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 2 May 2014 12:30:09 +0300 Subject: FULLPIPE: Remove now unused PtrList --- engines/fullpipe/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/fullpipe/utils.h b/engines/fullpipe/utils.h index 3e3ec0b2fc..da3ab7ee4f 100644 --- a/engines/fullpipe/utils.h +++ b/engines/fullpipe/utils.h @@ -149,8 +149,6 @@ class DWordArray : public Common::Array, public CObject { virtual bool load(MfcArchive &file); }; -typedef Common::Array PtrList; - char *genFileName(int superId, int sceneId, const char *ext); byte *transCyrillic(byte *s); -- cgit v1.2.3