Removes a bad test discovered after a correction in path tests (corrects bug 10256)

Laurent Vromman laurent at vromman.org
Mon Nov 5 18:38:20 CST 2007


---
 dlls/gdi32/path.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/gdi32/path.c b/dlls/gdi32/path.c
index 553f475..a8977eb 100644
--- a/dlls/gdi32/path.c
+++ b/dlls/gdi32/path.c
@@ -1901,11 +1901,6 @@ static BOOL PATH_WidenPath(DC *dc)
         return FALSE;
     }
 
-    /* pen width must be strictly higher than 1 */
-    if(penWidth == 1) {
-        return TRUE;
-    }
-
     penWidthIn = penWidth / 2;
     penWidthOut = penWidth / 2;
     if(penWidthIn + penWidthOut < penWidth)
-- 
1.5.3.4


--------------010206050704090201050902--



More information about the wine-patches mailing list