wined3d: Remove an obsolete comment.

Matteo Bruni mbruni at codeweavers.com
Wed Oct 12 15:44:47 CDT 2011


---
 dlls/wined3d/directx.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index b393c69..b5499bb 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -4312,9 +4312,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)
 {
-- 
1.7.3.4




More information about the wine-patches mailing list