From 3d4f409572221c559cbbcd5874c036943009e29d Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 18 Feb 2014 02:34:21 +0100 Subject: LASTEXPRESS: Make GPL headers consistent in themselves. --- engines/lastexpress/data/sequence.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lastexpress/data/sequence.h') diff --git a/engines/lastexpress/data/sequence.h b/engines/lastexpress/data/sequence.h index 610a55cebf..dbb08a0c07 100644 --- a/engines/lastexpress/data/sequence.h +++ b/engines/lastexpress/data/sequence.h @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. - + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- cgit v1.2.3 From 4d02f67bd1dc3b7fc9eb8729f92a4d5d41a6831a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 10 Dec 2013 18:34:48 +0100 Subject: ALL: Resolve multiple clang warnings --- engines/lastexpress/data/sequence.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/lastexpress/data/sequence.h') diff --git a/engines/lastexpress/data/sequence.h b/engines/lastexpress/data/sequence.h index dbb08a0c07..fd8b3cd27b 100644 --- a/engines/lastexpress/data/sequence.h +++ b/engines/lastexpress/data/sequence.h @@ -147,7 +147,6 @@ private: uint16 _palSize; uint16 *_palette; Common::Rect _rect; - bool _ignoreSubtype; }; class Sequence { -- cgit v1.2.3