diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 19:14:02 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 19:14:02 +0100 |
commit | 0fde7f591860e48dd210144ff24c061da03bfa39 (patch) | |
tree | b91c008b335a8fb252c636fd9ebc95f948556174 /drivers/video/console/fonts.c | |
parent | [BLOCK] elevator: elv_latter/former_request update (diff) | |
download | linux-0fde7f591860e48dd210144ff24c061da03bfa39.tar.xz linux-0fde7f591860e48dd210144ff24c061da03bfa39.zip |
Revert "[PATCH] fbcon: Add rl (Roman Large) font"
This reverts 998e6d51162707685336ff99c029c8911b270d32 commit.
Diffstat (limited to 'drivers/video/console/fonts.c')
-rw-r--r-- | drivers/video/console/fonts.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/console/fonts.c b/drivers/video/console/fonts.c index 9be83bed1959..4fd07d9eca03 100644 --- a/drivers/video/console/fonts.c +++ b/drivers/video/console/fonts.c @@ -64,10 +64,6 @@ static const struct font_desc *fonts[] = { #undef NO_FONTS &font_mini_4x6, #endif -#ifdef CONFIG_FONT_RL -#undef NO_FONTS - &font_rl, -#endif }; #define num_fonts (sizeof(fonts)/sizeof(*fonts)) |