From 724b201cd85ee390946c8df059e3c414faafdf00 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 29 Nov 2017 21:17:01 +0000 Subject: Clean up old comment --- src/imv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/imv.c b/src/imv.c index 02a1f0d..b90185b 100644 --- a/src/imv.c +++ b/src/imv.c @@ -1228,8 +1228,6 @@ static size_t generate_env_text(struct imv *imv, char *buf, size_t buf_len, cons { update_env_vars(imv); - /* const char *format = "imv - [${imv_current_index}/${imv_file_count}] [${imv_width}x${imv_height}] [${imv_scale}%] $imv_current_file [$imv_scaling_mode]"; */ - size_t len = 0; wordexp_t word; if(wordexp(format, &word, 0) == 0) { -- cgit v1.2.3