mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 21:45:54 +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:
committed by
Carlos R. Mafra
parent
18f9c49f0a
commit
ab3057c68d
@@ -812,7 +812,6 @@ static void setFontPanelFontName(FontPanel * panel, const char *family, const ch
|
|||||||
sz = WMFindRowOfListItemWithTitle(panel->sizLs, asize);
|
sz = WMFindRowOfListItemWithTitle(panel->sizLs, asize);
|
||||||
|
|
||||||
if (sz < 0) {
|
if (sz < 0) {
|
||||||
sz = 4;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user