]> git.armaanb.net Git - st.git/commitdiff
remove unused variable from previous patch
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 18 Oct 2020 09:18:03 +0000 (11:18 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 18 Oct 2020 09:18:03 +0000 (11:18 +0200)
st.c

diff --git a/st.c b/st.c
index ae7fa633233a8098a16f891b0010abeef61b11db..abbbe4b86c44bbe29660e1a2beaea022b145a992 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1844,7 +1844,6 @@ strhandle(void)
 {
        char *p = NULL, *dec;
        int j, narg, par;
-       static int winname = 0;
 
        term.esc &= ~(ESC_STR_END|ESC_STR);
        strparse();