From 35f7610630fe002afa4e6584b9f0968857bbd90c Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Wed, 12 Oct 2011 22:44:47 +0200 Subject: [PATCH] wined3d: Remove an obsolete comment. --- dlls/wined3d/directx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 7e63add3e24..2ae9f7f954a 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -4313,9 +4313,6 @@ HRESULT CDECL wined3d_check_device_type(const struct wined3d *wined3d, UINT adap return hr; } -/* Note: d3d8 passes in a pointer to a D3DCAPS8 structure, which is a true - subset of a D3DCAPS9 structure. However, it has to come via a void * - as the d3d8 interface cannot import the d3d9 header */ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapter_idx, WINED3DDEVTYPE device_type, WINED3DCAPS *caps) {