From ab3057c68d8f7556fc9995713c69a641f71b05be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Sun, 18 May 2014 13:32:50 +0200 Subject: [PATCH] WINGs: Value stored to 'sz' is never read MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amadeusz Sławiński --- WINGs/wfontpanel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/WINGs/wfontpanel.c b/WINGs/wfontpanel.c index 0c1d3fdb..aede6ddc 100644 --- a/WINGs/wfontpanel.c +++ b/WINGs/wfontpanel.c @@ -812,7 +812,6 @@ static void setFontPanelFontName(FontPanel * panel, const char *family, const ch sz = WMFindRowOfListItemWithTitle(panel->sizLs, asize); if (sz < 0) { - sz = 4; return; }