diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2017-11-29 21:17:01 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2017-11-29 21:17:01 +0000 |
commit | 724b201cd85ee390946c8df059e3c414faafdf00 (patch) | |
tree | 8b4631618f10c7bb008a982722c8cfe656e09a7f | |
parent | 4e3dfb80f367179a93ab4410f7cebd766bcc3bde (diff) | |
download | imv-724b201cd85ee390946c8df059e3c414faafdf00.tar.gz |
Clean up old comment
-rw-r--r-- | src/imv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { |