aboutsummaryrefslogtreecommitdiff
path: root/loadfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadfont.c')
-rw-r--r--loadfont.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/loadfont.c b/loadfont.c
index 46a7574c0..622142925 100644
--- a/loadfont.c
+++ b/loadfont.c
@@ -30,12 +30,6 @@
#define PSF_MAXMODE 0x03
#define PSF_SEPARATOR 0xFFFF
-static const char loadfont_usage[] = "loadfont\n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "Loads a console font from standard input.\n"
-#endif
- ;
-
struct psf_header {
unsigned char magic1, magic2; /* Magic number */
unsigned char mode; /* PSF font mode */