summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-06-10 15:40:50 +0200
committerShawn <sabetts@juicebox.(none)>2008-10-22 14:23:55 -0700
commit3737db1e6072c557748ba0ffcdca1e810b15009f (patch)
tree086728bed62b01cf799732dc43a75d78de13dbc7 /src/main.c
parentd11f0735321bc725441fbc1dec04e363d07c987a (diff)
downloadratpoison-3737db1e6072c557748ba0ffcdca1e810b15009f.zip
move all HAVE_HISTORY into history.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 050844a..919f4ca 100644
--- a/src/main.c
+++ b/src/main.c
@@ -713,9 +713,7 @@ main (int argc, char *argv[])
update_modifier_map ();
init_user_commands();
initialize_default_keybindings ();
-#ifdef HAVE_HISTORY
history_load ();
-#endif /* HAVE_HISTORY */
/* Scan for windows */
if (screen_arg)
@@ -790,9 +788,7 @@ clean_up (void)
{
int i;
-#ifdef HAVE_HISTORY
history_save ();
-#endif /* HAVE_HISTORY */
free_keymaps ();
free_aliases ();