diff options
Diffstat (limited to 'src/stubs.c')
| -rw-r--r-- | src/stubs.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/stubs.c b/src/stubs.c index b895b0c..df4d37e 100644 --- a/src/stubs.c +++ b/src/stubs.c @@ -577,16 +577,6 @@ void D3D_Decal_Output(DECAL *decalPtr,RENDERVERTEX *renderVerticesPtr) fprintf(stderr, "D3D_Decal_Output(%p, %p)\n", decalPtr, renderVerticesPtr); } -void D3D_DecalSystem_Setup() -{ - fprintf(stderr, "D3D_DecalSystem_Setup()\n"); -} - -void D3D_DecalSystem_End() -{ - fprintf(stderr, "D3D_DecalSystem_End()\n"); -} - void D3D_BackdropPolygon_Output(POLYHEADER *inputPolyPtr,RENDERVERTEX *renderVerticesPtr) { fprintf(stderr, "D3D_BackdropPolygon_Output(%p, %p)\n", inputPolyPtr, renderVerticesPtr); |
