diff options
author | Bernhard R. Link <brlink@debian.org> | 2008-06-10 15:40:50 +0200 |
---|---|---|
committer | Shawn <sabetts@juicebox.(none)> | 2008-10-22 14:23:55 -0700 |
commit | 3737db1e6072c557748ba0ffcdca1e810b15009f (patch) | |
tree | 086728bed62b01cf799732dc43a75d78de13dbc7 /src/input.c | |
parent | d11f0735321bc725441fbc1dec04e363d07c987a (diff) | |
download | ratpoison-3737db1e6072c557748ba0ffcdca1e810b15009f.zip |
move all HAVE_HISTORY into history.c
Diffstat (limited to 'src/input.c')
-rw-r--r-- | src/input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input.c b/src/input.c index db36ba7..35454df 100644 --- a/src/input.c +++ b/src/input.c @@ -537,9 +537,7 @@ get_more_input (char *prompt, char *preinput, int history_id, Window focus; int revert; -#ifdef HAVE_HISTORY history_reset(); -#endif /* HAVE_READLINE_HISTORY_H */ /* Create our line structure */ line = input_line_new (prompt, preinput, history_id, compl_fn); |