[1/3] d3dxof: Removed function declarations with no definitions.

Dylan Smith dylan.ah.smith at gmail.com
Thu May 26 20:20:38 CDT 2011


Seem to be mispelling of static functions in d3dxof.c.
---
 dlls/d3dxof/d3dxof_private.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dxof/d3dxof_private.h b/dlls/d3dxof/d3dxof_private.h
index fb5ae77..225ec3f 100644
--- a/dlls/d3dxof/d3dxof_private.h
+++ b/dlls/d3dxof/d3dxof_private.h
@@ -165,8 +165,6 @@ typedef struct {
 } IDirectXFileSaveObjectImpl;
 
 HRESULT IDirectXFileImpl_Create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
-HRESULT IDirectXFileFileObjectImpl_Create(IDirectXFileObjectImpl** ppObj) DECLSPEC_HIDDEN;
-HRESULT IDirectXFileFileSaveObjectImpl_Create(IDirectXFileSaveObjectImpl** ppObj) DECLSPEC_HIDDEN;
 
 BOOL read_bytes(parse_buffer * buf, LPVOID data, DWORD size) DECLSPEC_HIDDEN;
 BOOL parse_template(parse_buffer * buf) DECLSPEC_HIDDEN;
-- 
1.7.4.1




More information about the wine-patches mailing list