From 948e4487389f6ae99d4a61e0cf6d995d16e62c82 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 1 Jul 2016 15:54:52 -0500 Subject: SCI32: Fix signed comparison warnings --- engines/sci/graphics/plane32.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci/graphics/plane32.h') diff --git a/engines/sci/graphics/plane32.h b/engines/sci/graphics/plane32.h index acd535e75a..a1739264e8 100644 --- a/engines/sci/graphics/plane32.h +++ b/engines/sci/graphics/plane32.h @@ -495,8 +495,6 @@ private: using PlaneListBase::push_back; public: - typedef int size_type; - // A method for finding the index of a plane inside a // PlaneList is used because entries in the main plane // list and visible plane list of GfxFrameout are -- cgit v1.2.3