diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:02:34 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:02:34 +0100 |
commit | 3da80cb1474b455f4ed3d27aa72441fd145a9898 (patch) | |
tree | b3212c99e0baf74ff51844f19982b3655a58a878 /fbiconfig.c | |
parent | 240bfd19dc983a793e0ef7e2515faf9a2d3fd9c5 (diff) | |
download | fbida-3da80cb1474b455f4ed3d27aa72441fd145a9898.tar.gz |
start adding a gfx interface
Diffstat (limited to 'fbiconfig.c')
-rw-r--r-- | fbiconfig.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fbiconfig.c b/fbiconfig.c index bfe27b8..0f1cb49 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -147,12 +147,6 @@ struct cfg_cmdline fbi_cfg[] = { .needsarg = 1, .desc = "pick PhotoCD resolution (1..5)", },{ - .letter = 'g', - .cmdline = "gamma", - .option = { O_GAMMA }, - .needsarg = 1, - .desc = "set display gamma (doesn't work on all hardware)", - },{ .letter = 'f', .cmdline = "font", .option = { O_FONT }, |