comctl32i/tests: Remove commented out struct declaration.

Michael Stefaniuc mstefani at redhat.de
Thu Sep 13 06:34:10 CDT 2012


---
The struct is already declared in the same file.


 dlls/comctl32/tests/mru.c |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/dlls/comctl32/tests/mru.c b/dlls/comctl32/tests/mru.c
index 86eddc0..fcace35 100644
--- a/dlls/comctl32/tests/mru.c
+++ b/dlls/comctl32/tests/mru.c
@@ -447,17 +447,7 @@ static void test_MRUListA(void)
 
     /* FreeMRUList(NULL) crashes on Win98 OSR0 */
 }
-/*
-typedef struct tagMRUINFOA
-{
-    DWORD   cbSize;
-    UINT    uMax;
-    UINT    fFlags;
-    HKEY    hKey;
-    LPCSTR  lpszSubKey;
-    PROC    lpfnCompare;
-} MRUINFOA;
-*/
+
 typedef struct {
     MRUINFOA mruA;
     BOOL ret;
-- 
1.7.7.6



More information about the wine-patches mailing list