WINGs: Value stored to 'sz' is never read

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
Amadeusz Sławiński
2014-05-18 23:00:17 +01:00
committed by Carlos R. Mafra
parent 18f9c49f0a
commit ab3057c68d
-1
View File
@@ -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;
}