diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-05-17 16:26:47 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-05-17 16:26:47 +0000 |
| commit | 94cd7a243eecbf481d26866c20a06be52811bfb6 (patch) | |
| tree | c7b489f4c653aeedd4a48bc75ae5b6404d4de482 /apps/plugins/viewer.c | |
| parent | 7ee41033b9ed547cd8b8ff4ff33528058c664382 (diff) | |
| download | rockbox-94cd7a243eecbf481d26866c20a06be52811bfb6.zip rockbox-94cd7a243eecbf481d26866c20a06be52811bfb6.tar.gz rockbox-94cd7a243eecbf481d26866c20a06be52811bfb6.tar.bz2 rockbox-94cd7a243eecbf481d26866c20a06be52811bfb6.tar.xz | |
Remove stray debugging call.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewer.c')
| -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); |