storage.dll16: Remove unused struct declaration.

This commit is contained in:
Michael Stefaniuc 2011-02-22 12:12:27 +01:00 committed by Alexandre Julliard
parent 565a66654c
commit 59e058ab20
1 changed files with 0 additions and 14 deletions

View File

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