diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 10:14:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 10:14:02 -0800 |
commit | 0fde7f591860e48dd210144ff24c061da03bfa39 (patch) | |
tree | b91c008b335a8fb252c636fd9ebc95f948556174 /include/linux/font.h | |
parent | 3beb2077125d8457118140653e75efc998ac6630 (diff) |
Revert "[PATCH] fbcon: Add rl (Roman Large) font"
This reverts 998e6d51162707685336ff99c029c8911b270d32 commit.
Diffstat (limited to 'include/linux/font.h')
-rw-r--r-- | include/linux/font.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/font.h b/include/linux/font.h index 8aac48c37f3d..53b129f07f6f 100644 --- a/include/linux/font.h +++ b/include/linux/font.h @@ -31,7 +31,6 @@ struct font_desc { #define SUN12x22_IDX 7 #define ACORN8x8_IDX 8 #define MINI4x6_IDX 9 -#define RL_IDX 10 extern const struct font_desc font_vga_8x8, font_vga_8x16, @@ -42,7 +41,6 @@ extern const struct font_desc font_vga_8x8, font_sun_8x16, font_sun_12x22, font_acorn_8x8, - font_rl, font_mini_4x6; /* Find a font with a specific name */ |