X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;h=8637d358123ea1d5cdcc850bcc571bb698eb6b15;hb=8b564c1a3f51c08e64c2f589852a02b8595d44ca;hp=71c79f4c83c86021aa55b3f04d8489f5c41ee399;hpb=416dd257274fd334be082b1138338adffa3e2d5e;p=st.git 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;