summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 26138cb..00b7b1c 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -246,11 +246,6 @@ void InitDrawTest()
fprintf(stderr, "InitDrawTest()\n");
}
-void SetFogDistance(int fogDistance)
-{
- fprintf(stderr, "SetFontDistance(%d)\n", fogDistance);
-}
-
void CheckWireFrameMode(int shouldBeOn)
{
// fprintf(stderr, "CheckWireFrameMode(%d)\n", shouldBeOn);
@@ -290,11 +285,6 @@ void ReleaseDirect3D()
fprintf(stderr, "ReleaseDirect3D()\n");
}
-void ReleaseD3DTexture(void* D3DTexture)
-{
- fprintf(stderr, "ReleaseD3DTexture(%p)\n", D3DTexture);
-}
-
BOOL ExecuteBuffer()
{
// fprintf(stderr, "ExecuteBuffer()\n");