aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/prc.h')
-rw-r--r--engines/cine/prc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/prc.h b/engines/cine/prc.h
index f1e8b341d4..ebce0c5ac4 100644
--- a/engines/cine/prc.h
+++ b/engines/cine/prc.h
@@ -37,8 +37,6 @@ struct prcLinkedListStruct {
int16 scriptIdx;
};
-typedef struct prcLinkedListStruct prcLinkedListStruct;
-
extern prcLinkedListStruct globalScriptsHead;
extern prcLinkedListStruct objScriptList;