aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-31 10:49:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-31 10:49:31 +0100
commit620c38f6f45a8708d9dd82f638beb06789b6c7d1 (patch)
tree79629772daacf0be6a40fd562d564bde8231ae7b /fbiconfig.c
parent7fcf29ed3f77f60873bad160d5afac498746d6d8 (diff)
downloadfbida-620c38f6f45a8708d9dd82f638beb06789b6c7d1.tar.gz
drop -vt option
Diffstat (limited to 'fbiconfig.c')
-rw-r--r--fbiconfig.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fbiconfig.c b/fbiconfig.c
index 48c0fca..a986c3b 100644
--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -130,12 +130,6 @@ struct cfg_cmdline fbi_cfg[] = {
.needsarg = 1,
.desc = "image blend time in miliseconds",
},{
- .letter = 'T',
- .cmdline = "vt",
- .option = { O_VT },
- .needsarg = 1,
- .desc = "start on virtual console <arg>",
- },{
.letter = 's',
.cmdline = "scroll",
.option = { O_SCROLL },