remove useless int

This commit is contained in:
speedie 2022-12-22 19:11:15 +01:00
parent a7b3cb469a
commit e5cdc51b45

1
st.c
View file

@ -2215,7 +2215,6 @@ strhandle(void)
char *p = NULL, *dec; char *p = NULL, *dec;
int j, narg, par; int j, narg, par;
int i; int i;
int reloadcolors;
const struct { int idx; char *str; } osc_table[] = { const struct { int idx; char *str; } osc_table[] = {
{ defaultfg, "foreground" }, { defaultfg, "foreground" },
{ defaultbg, "background" }, { defaultbg, "background" },