André Hentschel : user32: Remove dead assignment ( clang).
Module: wine Branch: master Commit: b37051d28b36e1b1a5986b9c123be0ab63e23b21 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b37051d28b36e1b1a5986b9c12... Author: André Hentschel <nerv(a)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
participants (1)
-
Alexandre Julliard