aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/st.c b/st.c
index 668b312..6338510 100644
--- a/st.c
+++ b/st.c
@@ -28,8 +28,6 @@
28#include <X11/cursorfont.h> 28#include <X11/cursorfont.h>
29#include <X11/Xft/Xft.h> 29#include <X11/Xft/Xft.h>
30 30
31char *argv0;
32
33#define Glyph Glyph_ 31#define Glyph Glyph_
34#define Font Font_ 32#define Font Font_
35 33
@@ -2687,16 +2685,3 @@ cresize(int width, int height)
2687 tresize(col, row); 2685 tresize(col, row);
2688 xresize(col, row); 2686 xresize(col, row);
2689} 2687}
2690
2691void
2692usage(void)
2693{
2694 die("usage: %s [-aiv] [-c class] [-f font] [-g geometry]"
2695 " [-n name] [-o file]\n"
2696 " [-T title] [-t title] [-w windowid]"
2697 " [[-e] command [args ...]]\n"
2698 " %s [-aiv] [-c class] [-f font] [-g geometry]"
2699 " [-n name] [-o file]\n"
2700 " [-T title] [-t title] [-w windowid] -l line"
2701 " [stty_args ...]\n", argv0, argv0);
2702}