windowscodecs/tests: Remove unused type declarations.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bf3b3312fe
commit
9bbbd2a905
|
@ -2465,21 +2465,6 @@ struct metadata
|
|||
const struct metadata_block *block;
|
||||
};
|
||||
|
||||
struct metadata_reader
|
||||
{
|
||||
IWICMetadataReader IWICMetadataReader_iface;
|
||||
LONG ref;
|
||||
const struct metadata_block *block;
|
||||
};
|
||||
|
||||
struct metadata_block_reader
|
||||
{
|
||||
IWICMetadataBlockReader IWICMetadataBlockReader_iface;
|
||||
LONG ref;
|
||||
UINT count;
|
||||
const struct metadata_block *block;
|
||||
};
|
||||
|
||||
static const struct metadata *current_metadata;
|
||||
static const struct metadata_block *current_metadata_block;
|
||||
|
||||
|
|
Loading…
Reference in New Issue