]> git.armaanb.net Git - st.git/blobdiff - st.h
Make win variable internal to x.c
[st.git] / st.h
diff --git a/st.h b/st.h
index 71c79f4c83c86021aa55b3f04d8489f5c41ee399..8637d358123ea1d5cdcc850bcc571bb698eb6b15 100644 (file)
--- 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;