summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/pictureflow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/pictureflow.c b/apps/plugins/pictureflow.c
index acae82a..320e39c 100644
--- a/apps/plugins/pictureflow.c
+++ b/apps/plugins/pictureflow.c
@@ -620,7 +620,7 @@ void draw_progressbar(int step)
*/
bool create_albumart_cache(void)
{
- int fh,ret;
+ int ret;
int i, slides = 0;
struct bitmap input_bmp;
@@ -666,7 +666,6 @@ bool create_albumart_cache(void)
}
cache_version = CACHE_VERSION;
configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
- rb->close(fh);
return true;
}