Module: wine Branch: master Commit: 9bbbd2a9052ee44217e5e86c565f8d20acfd75f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9bbbd2a9052ee44217e5e86c56...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sun Jul 23 14:54:36 2017 +0300
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
---
dlls/windowscodecs/tests/metadata.c | 15 --------------- 1 file changed, 15 deletions(-)
diff --git a/dlls/windowscodecs/tests/metadata.c b/dlls/windowscodecs/tests/metadata.c index e106a08..c54d7df 100644 --- a/dlls/windowscodecs/tests/metadata.c +++ b/dlls/windowscodecs/tests/metadata.c @@ -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;