summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-22 02:04:05 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit90d3747b13a744e725a37c685d8145caab0531a5 (patch)
tree9ac7e7f0504ebf7999a3e139a01569e8e96eac3a /src/stubs.c
parentabd1c6857950797fb4e4bd4113ace12a73f71e37 (diff)
Added the rest of the hacks.
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/stubs.c b/src/stubs.c
index f31916a..aceb704 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -23,25 +23,6 @@ BOOL KeepMainRifFile = FALSE;
int HWAccel = 1;
-/* krender.c -- thought this file was unused */
-void KDraw_Item_2dTexturePolygon(int *itemptr)
-{
- fprintf(stderr, "KDraw_Item_2dTexturePolygon(%p)\n", itemptr);
-}
-
-
-/* item.c -- thought this file was unused */
-void Draw_Item_2dTexturePolygon(int *itemptr)
-{
- extern int ScanDrawMode;
-
- if (ScanDrawMode == ScanDrawDirectDraw) {
- KDraw_Item_2dTexturePolygon(itemptr);
- }
-}
-
-
-
/* avp_mp_config.cpp */
char* GetCustomMultiplayerLevelName(int index, int gameType)
{
@@ -266,11 +247,6 @@ void InitDrawTest()
fprintf(stderr, "InitDrawTest()\n");
}
-void InitForceField()
-{
- fprintf(stderr, "InitForceField()\n");
-}
-
void SetFogDistance(int fogDistance)
{
fprintf(stderr, "SetFontDistance(%d)\n", fogDistance);
@@ -334,11 +310,6 @@ BOOL EndD3DScene()
return FALSE;
}
-void D3D_DrawCable(VECTORCH *centrePtr, MATRIXCH *orientationPtr)
-{
- fprintf(stderr, "D3D_DrawCable(%p, %p)\n", centrePtr, orientationPtr);
-}
-
/* dd_func.cpp */
long BackBufferPitch;