Dylan Smith : d3dxof: Removed function declarations with no definitions.

Alexandre Julliard julliard at winehq.org
Fri May 27 11:03:39 CDT 2011


Module: wine
Branch: master
Commit: cbc78b61e851ee857cb3461f146bb24fc51fa583
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cbc78b61e851ee857cb3461f146bb24fc51fa583

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Thu May 26 21:20:38 2011 -0400

d3dxof: Removed function declarations with no definitions.

---

 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;




More information about the wine-cvs mailing list