diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -214,8 +214,6 @@ size_t utf8encode(Rune, char *); | |||
214 | void *xmalloc(size_t); | 214 | void *xmalloc(size_t); |
215 | char *xstrdup(char *); | 215 | char *xstrdup(char *); |
216 | 216 | ||
217 | void usage(void); | ||
218 | |||
219 | /* Globals */ | 217 | /* Globals */ |
220 | extern TermWindow win; | 218 | extern TermWindow win; |
221 | extern Term term; | 219 | extern Term term; |