From 3da80cb1474b455f4ed3d27aa72441fd145a9898 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 23 Mar 2016 16:02:34 +0100 Subject: start adding a gfx interface --- fbiconfig.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fbiconfig.c') diff --git a/fbiconfig.c b/fbiconfig.c index bfe27b8..0f1cb49 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -146,12 +146,6 @@ struct cfg_cmdline fbi_cfg[] = { .option = { O_PCD_RES }, .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", -- cgit