From: Jonas Fonseca Date: Sat, 26 Jun 2010 21:59:58 +0000 (-0400) Subject: Remove remains from the obsoleted toggle-date-short action X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=d96d1665973a45f3313f3fbfbac99b1e298ccab3 Remove remains from the obsoleted toggle-date-short action The default keybinding and handling code was removed in commit b9247a4639adcfa4e8f816d75c62917575757619 --- diff --git a/tig.c b/tig.c index fcaf3c8..1d6312c 100644 --- 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)"), \