Module: wine Branch: master Commit: 43fe6b0bcfcdfb1265b51cf54a29a4feef8f67a2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=43fe6b0bcfcdfb1265b51cf54a...
Author: Stefan Dösinger stefan@codeweavers.com Date: Thu Aug 21 12:47:14 2008 -0500
wined3d: Remove some junk.
---
dlls/wined3d/drawprim.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/dlls/wined3d/drawprim.c b/dlls/wined3d/drawprim.c index b0f6a53..3be34d3 100644 --- a/dlls/wined3d/drawprim.c +++ b/dlls/wined3d/drawprim.c @@ -32,14 +32,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d_draw); #include <stdio.h> #include <math.h>
-#if 0 /* TODO */ -extern IWineD3DVertexShaderImpl* VertexShaders[64]; -extern IWineD3DVertexDeclarationImpl* VertexShaderDeclarations[64]; -extern IWineD3DPixelShaderImpl* PixelShaders[64]; - -#undef GL_VERSION_1_4 /* To be fixed, caused by mesa headers */ -#endif - /* Issues the glBegin call for gl given the primitive type and count */ static DWORD primitiveToGl(WINED3DPRIMITIVETYPE PrimitiveType, DWORD NumPrimitives,