1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-02 06:05:45 +01:00

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 13:32:50 +02:00
committed by Carlos R. Mafra
parent 18f9c49f0a
commit ab3057c68d

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;
}