Nikolay Sivov : windowscodecs/tests: Remove unused type declarations.

Alexandre Julliard julliard at winehq.org
Mon Jul 24 15:51:21 CDT 2017


Module: wine
Branch: master
Commit: 9bbbd2a9052ee44217e5e86c565f8d20acfd75f5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9bbbd2a9052ee44217e5e86c565f8d20acfd75f5

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Jul 23 14:54:36 2017 +0300

windowscodecs/tests: Remove unused type declarations.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
 




More information about the wine-cvs mailing list