Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
remove unused variable from previous patch
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
ae7fa63
..
abbbe4b
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1844,7
+1844,6
@@
strhandle(void)
{
char *p = NULL, *dec;
int j, narg, par;
{
char *p = NULL, *dec;
int j, narg, par;
- static int winname = 0;
term.esc &= ~(ESC_STR_END|ESC_STR);
strparse();
term.esc &= ~(ESC_STR_END|ESC_STR);
strparse();