aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-07-31 19:33:36 +0000
committerNicola Mettifogo2007-07-31 19:33:36 +0000
commit4b008f97242e60d12899a89968cb129afc3c22a8 (patch)
treeb894d85c4f39fe10ab18afdc019efd68a54f8701 /engines/parallaction/graphics.h
parentb29935e93c9ffddf8c510c0f192e9aafd522ea2d (diff)
downloadscummvm-rg350-4b008f97242e60d12899a89968cb129afc3c22a8.tar.gz
scummvm-rg350-4b008f97242e60d12899a89968cb129afc3c22a8.tar.bz2
scummvm-rg350-4b008f97242e60d12899a89968cb129afc3c22a8.zip
Changed code to use the new fadePalette function, thus removing fadeInPalette and some custom fade code in _c_endComment.
svn-id: r28368
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index b7013d125e..cb92c90547 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -209,7 +209,6 @@ public:
void setPalette(Palette palette, uint32 first = FIRST_BASE_COLOR, uint32 num = BASE_PALETTE_COLORS);
void setBlackPalette();
void animatePalette();
- void fadeInPalette(Palette palette); // fades palette (from black) to system palette
void fadePalette(Palette palette, Palette target, uint step); // fades palette to target palette, with specified step
void makeGrayscalePalette(Palette palette); // transform palette into black and white