aboutsummaryrefslogtreecommitdiff
path: root/scumm/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/palette.cpp')
-rw-r--r--scumm/palette.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp
index 28036b3eab..411b4067a3 100644
--- a/scumm/palette.cpp
+++ b/scumm/palette.cpp
@@ -97,11 +97,6 @@ void ScummEngine::setupNESPalette() {
setPalColor(0x3D,0x00,0x00,0x00);
setPalColor(0x3E,0x00,0x00,0x00);
setPalColor(0x3F,0x00,0x00,0x00);
-
- // We use it for cursor. 0x40 is transparent
- setPalColor(0x40, 0x00, 0x00, 0x00);
- setPalColor(0x41, 0x00, 0x00, 0x00);
- setPalColor(0x42, 0xff, 0xff, 0xff);
}
void ScummEngine::setupAmigaPalette() {