X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/416dd257274fd334be082b1138338adffa3e2d5e..323d38da20c8a1d295ab1dbc0fc7ce947ef824e1:/st.h?ds=sidebyside diff --git a/st.h b/st.h index 71c79f4..8637d35 100644 --- a/st.h +++ b/st.h @@ -201,7 +201,6 @@ void *xrealloc(void *, size_t); char *xstrdup(char *); /* Globals */ -extern TermWindow win; extern Term term; extern Selection sel; extern int cmdfd;