[PATCH] storage.dll16: Remove unused struct declaration.

Michael Stefaniuc mstefani at redhat.de
Tue Feb 22 05:12:27 CST 2011


---
 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]
  */
-- 
1.7.4



More information about the wine-patches mailing list