André Hentschel : user32: Remove dead assignment ( clang).

Alexandre Julliard julliard at winehq.org
Thu Jul 14 13:08:16 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Jul 13 20:33:31 2011 +0200

user32: Remove dead assignment (clang).

---

 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




More information about the wine-cvs mailing list