diff options
Diffstat (limited to 'loadfont.c')
-rw-r--r-- | loadfont.c | 6 |
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 @@ | |||
30 | #define PSF_MAXMODE 0x03 | 30 | #define PSF_MAXMODE 0x03 |
31 | #define PSF_SEPARATOR 0xFFFF | 31 | #define PSF_SEPARATOR 0xFFFF |
32 | 32 | ||
33 | static const char loadfont_usage[] = "loadfont\n" | ||
34 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
35 | "Loads a console font from standard input.\n" | ||
36 | #endif | ||
37 | ; | ||
38 | |||
39 | struct psf_header { | 33 | struct psf_header { |
40 | unsigned char magic1, magic2; /* Magic number */ | 34 | unsigned char magic1, magic2; /* Magic number */ |
41 | unsigned char mode; /* PSF font mode */ | 35 | unsigned char mode; /* PSF font mode */ |