Module: wine Branch: master Commit: ca0d92f3bc1c3d15e566c7e84fbf2dfba1be39f0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca0d92f3bc1c3d15e566c7e84f...
Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Jul 30 11:45:28 2007 +0200
wined3d: Remove link collection from vertexdeclaration.c.
---
dlls/wined3d/vertexdeclaration.c | 32 -------------------------------- 1 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/dlls/wined3d/vertexdeclaration.c b/dlls/wined3d/vertexdeclaration.c index bdf07b6..be5d542 100644 --- a/dlls/wined3d/vertexdeclaration.c +++ b/dlls/wined3d/vertexdeclaration.c @@ -26,38 +26,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(d3d_decl);
-/** - * DirectX9 SDK download - * http://msdn.microsoft.com/library/default.asp?url=/downloads/list/directx.as... - * - * Exploring D3DX - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndrive/htm... - * - * Using Vertex Shaders - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndrive/htm... - * - * Dx9 New - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * - * Dx9 Shaders - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * - * Dx9 D3DX - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * - * FVF - * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/... - * - * NVIDIA: DX8 Vertex Shader to NV Vertex Program - * http://developer.nvidia.com/view.asp?IO=vstovp - * - * NVIDIA: Memory Management with VAR - * http://developer.nvidia.com/view.asp?IO=var_memory_management - */ - static void dump_wined3dvertexelement(const WINED3DVERTEXELEMENT *element) { TRACE(" Stream: %d\n", element->Stream); TRACE(" Offset: %d\n", element->Offset);