user32: Remove dead assignment (clang)

André Hentschel nerv at dawncrow.de
Wed Jul 13 13:33:31 CDT 2011


---
 dlls/user32/text.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/text.c b/dlls/user32/text.c
index c9ded68..fb71fa7 100644
--- a/dlls/user32/text.c
+++ b/dlls/user32/text.c
@@ -723,7 +723,6 @@ static const WCHAR *TEXT_NextLineW( HDC hdc, const WCHAR *str, int *count,
                  * pellip->under
                  */
             }
-            line_fits = (size.cx <= max_seg_width);
             ellipsified = 1;
         }
         /* As an optimisation if we have ellipsified and we are expanding
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list