diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/viewer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index aadcd2f..b36d025 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -879,7 +879,6 @@ static void viewer_load_settings(void) char line[1024]; settings_fd=rb->open(SETTINGS_FILE, O_RDONLY); - rb->splash(HZ, true, "load %s %d", SETTINGS_FILE, settings_fd); if (settings_fd < 0) return; file_name_len = rb->strlen(file_name); |