aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 0 insertions, 1 deletions
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);
201char *xstrdup(char *); 201char *xstrdup(char *);
202 202
203/* Globals */ 203/* Globals */
204extern TermWindow win;
205extern Term term; 204extern Term term;
206extern Selection sel; 205extern Selection sel;
207extern int cmdfd; 206extern int cmdfd;