Commit 9bbbd2a9 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

windowscodecs/tests: Remove unused type declarations.

parent bf3b3312
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment