From 590a687ce14964ab06f34830f2e8f8bfedefbce1 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 4 Jan 2010 18:33:31 +0000 Subject: Comment out unused variable. svn-id: r46982 --- engines/sci/gui/gui_palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/gui/gui_palette.cpp b/engines/sci/gui/gui_palette.cpp index 320221b1aa..977f63e4f9 100644 --- a/engines/sci/gui/gui_palette.cpp +++ b/engines/sci/gui/gui_palette.cpp @@ -299,7 +299,7 @@ void SciGuiPalette::setIntensity(uint16 fromColor, uint16 toColor, uint16 intens // Returns true, if palette got changed bool SciGuiPalette::animate(byte fromColor, byte toColor, int speed) { GuiColor col; - byte colorNr; + //byte colorNr; int16 colorCount; uint32 now = g_system->getMillis() * 60 / 1000; -- cgit v1.2.3