Remove variable retb which is not really used from test_closefigure.

Gerald Pfeifer gerald at pfeifer.com
Sat Apr 24 09:46:48 CDT 2010


---
 dlls/gdi32/tests/path.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/gdi32/tests/path.c b/dlls/gdi32/tests/path.c
index 66cd039..43f3d62 100644
--- a/dlls/gdi32/tests/path.c
+++ b/dlls/gdi32/tests/path.c
@@ -393,7 +393,6 @@ done:
 }
 
 static void test_closefigure(void) {
-    BOOL retb;
     int nSize, nSizeWitness;
     HDC hdc = GetDC(0);
 
@@ -402,7 +401,7 @@ static void test_closefigure(void) {
     LineTo(hdc, 95,  0);
     LineTo(hdc,  0, 95);
 
-    retb = CloseFigure(hdc);
+    CloseFigure(hdc);
     EndPath(hdc);
     nSize = GetPath(hdc, NULL, NULL, 0);
 
-- 
1.6.6.2



More information about the wine-patches mailing list