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:
Nikolay Sivov 2017-07-23 14:54:36 +03:00 committed by Alexandre Julliard
parent bf3b3312fe
commit 9bbbd2a905
1 changed files with 0 additions and 15 deletions

View File

@ -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;