summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 4933646..438c58a 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -85,18 +85,6 @@ void CheckCDVolume()
}
-/* progress_bar.cpp */
-void Start_Progress_Bar()
-{
- fprintf(stderr, "Start_Progress_Bar()\n");
-}
-
-void Set_Progress_Bar_Position(int pos)
-{
- fprintf(stderr, "Set_Progress_Bar_Position(%d)\n", pos);
-}
-
-
/* smacker.c */
int FmvColourRed;
int FmvColourGreen;
@@ -409,11 +397,6 @@ void InitForceField()
fprintf(stderr, "InitForceField()\n");
}
-void DrawNoiseOverlay(int t)
-{
- fprintf(stderr, "DrawNoiseOverlay(%d)\n", t);
-}
-
void DrawScanlinesOverlay(float level)
{
fprintf(stderr, "DrawScanlinesOverlay(%f)\n", level);
@@ -562,11 +545,6 @@ void D3D_BackdropPolygon_Output(POLYHEADER *inputPolyPtr,RENDERVERTEX *renderVer
long BackBufferPitch;
int VideoModeColourDepth;
-void FlipBuffers()
-{
- fprintf(stderr, "FlipBuffers()\n");
-}
-
int ChangePalette (unsigned char* NewPalette)
{
fprintf(stderr, "ChangePalette(%p)\n", NewPalette);