More warning cleanups.

Removed a few unused files.
This commit is contained in:
Steven Fuller 2001-08-07 02:38:43 +00:00 committed by Patryk Obara
parent 422e7c385b
commit 455f56573e
37 changed files with 94 additions and 912 deletions

View file

@ -30,7 +30,6 @@ typedef struct
/* fog component */
unsigned char Fog;
} RENDERVERTEX;
@ -87,7 +86,6 @@ enum LIGHTING_MODEL_ID
};
extern void InitialiseLightIntensityStamps(void);
extern int FindHeatSourcesInHModel(DISPLAYBLOCK *dispPtr);
@ -100,7 +98,6 @@ extern void TranslatePointIntoViewspace(VECTORCH *pointPtr);
extern void CheckRenderStatesForModule(MODULE *modulePtr);
extern void RenderDecal(DECAL *decalPtr);
extern void RenderParticle(PARTICLE *particlePtr);
@ -125,4 +122,4 @@ extern int MirroringActive;
extern int MirroringAxis;
#endif
#endif
#endif