aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/pal.h')
-rw-r--r--engines/cine/pal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h
index 8893cac015..73a54afbfb 100644
--- a/engines/cine/pal.h
+++ b/engines/cine/pal.h
@@ -33,8 +33,6 @@ struct palEntryStruct {
uint8 pal2[16];
};
-typedef struct palEntryStruct palEntryStruct;
-
void loadPal(const char *fileName);
extern uint16 tempPalette[256];