aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-11-29 21:17:01 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-11-29 21:17:01 +0000
commit724b201cd85ee390946c8df059e3c414faafdf00 (patch)
tree8b4631618f10c7bb008a982722c8cfe656e09a7f
parent4e3dfb80f367179a93ab4410f7cebd766bcc3bde (diff)
downloadimv-724b201cd85ee390946c8df059e3c414faafdf00.tar.gz
Clean up old comment
-rw-r--r--src/imv.c2
1 files changed, 0 insertions, 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) {