diff options
author | Eugene Sandulenko | 2014-05-02 12:30:09 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2014-05-02 12:30:09 +0300 |
commit | b5385f600341b9dab3ae9322da9b4b7182f52292 (patch) | |
tree | 0675cd79184f0da7aac28d1b284a246e3475efc5 /engines | |
parent | 2e7d5caa315c586d486f22f79fef38d3b0d2431c (diff) | |
download | scummvm-rg350-b5385f600341b9dab3ae9322da9b4b7182f52292.tar.gz scummvm-rg350-b5385f600341b9dab3ae9322da9b4b7182f52292.tar.bz2 scummvm-rg350-b5385f600341b9dab3ae9322da9b4b7182f52292.zip |
FULLPIPE: Remove now unused PtrList
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<int32>, public CObject { virtual bool load(MfcArchive &file); }; -typedef Common::Array<void *> PtrList; - char *genFileName(int superId, int sceneId, const char *ext); byte *transCyrillic(byte *s); |