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 /drivers/video/console/fonts.c | |
parent | 3beb2077125d8457118140653e75efc998ac6630 (diff) |
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 9be83bed195..4fd07d9eca0 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)) |