aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-10-18 11:18:03 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-10-18 11:18:03 +0200
commit4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf (patch)
tree81fe794898a8d365a3f3c0439e209af3231cf9a2
parent28b4c822c5c0acec300fdf15c6e3ede9f5e2335d (diff)
downloadst-patched-4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf.tar.bz2
st-patched-4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf.tar.xz
st-patched-4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf.zip
remove unused variable from previous patch
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index ae7fa63..abbbe4b 100644
--- a/st.c
+++ b/st.c
@@ -1844,7 +1844,6 @@ strhandle(void)
1844{ 1844{
1845 char *p = NULL, *dec; 1845 char *p = NULL, *dec;
1846 int j, narg, par; 1846 int j, narg, par;
1847 static int winname = 0;
1848 1847
1849 term.esc &= ~(ESC_STR_END|ESC_STR); 1848 term.esc &= ~(ESC_STR_END|ESC_STR);
1850 strparse(); 1849 strparse();