aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/io.c b/src/io.c
index 9fb9434..5401115 100644
--- a/src/io.c
+++ b/src/io.c
@@ -944,9 +944,6 @@ int io_reload_data(void)
if (!io_check_data_files_modified())
goto cleanup;
- if (notify_bar())
- notify_stop_main_thread();
-
/* Reinitialize data structures. */
apoint_llist_free();
event_llist_free();
@@ -970,11 +967,7 @@ int io_reload_data(void)
keys_wait_for_any_key(win[KEY].p);
}
- if (notify_bar())
- notify_start_main_thread();
-
ret = 1;
-
cleanup:
mem_free(msg_um_asktype);
return ret;