diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-04-09 15:10:10 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-04-09 15:10:10 +0100 |
commit | cc5c1d6128ed4b1c0bb0338e2c3f9f118c583f76 (patch) | |
tree | 49a1daee6457e969267817ed002dc90858632190 /dispatch | |
parent | 982fa6be4e2e34041f632e82a44d0831ef94232c (diff) |
dxgitrace: Remove IWarpPrivateAPI spec.
No longer relevant, now that we hide it.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/dxgiint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dispatch/dxgiint.h b/dispatch/dxgiint.h index a745c8f5..52d7c56a 100644 --- a/dispatch/dxgiint.h +++ b/dispatch/dxgiint.h @@ -54,7 +54,3 @@ struct IDXGIFactoryDWM: public IUnknown DEFINE_GUID(IID_IWarpPrivateAPI,0xF13EBCD1,0x672C,0x4F8B,0xA6,0x31,0x95,0x39,0xCA,0x74,0x8D,0x71); -struct IWarpPrivateAPI: public IUnknown -{ - virtual HRESULT STDMETHODCALLTYPE WarpEscape(void *pData) = 0; -}; |