Code

Remove remains from the obsoleted toggle-date-short action
authorJonas Fonseca <fonseca@diku.dk>
Sat, 26 Jun 2010 21:59:58 +0000 (17:59 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Sat, 26 Jun 2010 22:01:25 +0000 (18:01 -0400)
The default keybinding and handling code was removed in commit
b9247a4639adcfa4e8f816d75c62917575757619

tig.c

diff --git a/tig.c b/tig.c
index fcaf3c81e917e84f4637748090568e7c43b33ed5..1d6312c45f9bbd2868295f5a8f92d3455d3ec5b4 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -1154,7 +1154,6 @@ io_run_load(const char **argv, const char *separators,
        REQ_(OPTIONS,           "Open option menu"), \
        REQ_(TOGGLE_LINENO,     "Toggle line numbers"), \
        REQ_(TOGGLE_DATE,       "Toggle date display"), \
-       REQ_(TOGGLE_DATE_SHORT, "Toggle short (date-only) dates"), \
        REQ_(TOGGLE_AUTHOR,     "Toggle author display"), \
        REQ_(TOGGLE_REV_GRAPH,  "Toggle revision graph visualization"), \
        REQ_(TOGGLE_REFS,       "Toggle reference display (tags/branches)"), \