Michael Stefaniuc : storage.dll16: Remove unused struct declaration.

Alexandre Julliard julliard at winehq.org
Tue Feb 22 10:36:11 CST 2011


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Feb 22 12:12:27 2011 +0100

storage.dll16: Remove unused struct declaration.

---

 dlls/storage.dll16/storage.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/dlls/storage.dll16/storage.c b/dlls/storage.dll16/storage.c
index bf79e33..8f3c602 100644
--- a/dlls/storage.dll16/storage.c
+++ b/dlls/storage.dll16/storage.c
@@ -1608,20 +1608,6 @@ static void _create_istream16(LPSTREAM16 *str) {
 }
 
 
-/* --- IStream32 implementation */
-
-typedef struct
-{
-        /* IUnknown fields */
-        const IStreamVtbl              *lpVtbl;
-        LONG                            ref;
-        /* IStream32 fields */
-        struct storage_pps_entry        stde;
-        int                             ppsent;
-        HANDLE                          hf;
-        ULARGE_INTEGER                  offset;
-} IStream32Impl;
-
 /******************************************************************************
  *		IStorage16_QueryInterface	[STORAGE.500]
  */




More information about the wine-cvs mailing list