diff options
author | Matt Kraai <kraai@debian.org> | 2000-07-16 20:57:15 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-07-16 20:57:15 +0000 |
commit | bf181b9338152759fd56c8009e9a962a84808e7c (patch) | |
tree | e8c416c791c690f661c513340662e4e98ff3464a /console-tools/loadfont.c | |
parent | 3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217 (diff) | |
download | busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.tar.gz busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.tar.bz2 busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.zip |
Extract usage information into a separate file.
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r-- | console-tools/loadfont.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 46a7574c0..622142925 100644 --- a/console-tools/loadfont.c +++ b/console-tools/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 */ |