From 5ea3b8f9cd7e183e947187ffa62348b70bf6048d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Feb 2006 00:46:56 +0000 Subject: - avoid using typedef for structs (it is just not necessary in C++) - added a const/static here and there - started to reduce header dependencies svn-id: r20856 --- engines/cine/prc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/cine/prc.h') 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; -- cgit v1.2.3