diff options
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c index 6deaf85..63d71d9 100644 --- a/src/options.c +++ b/src/options.c @@ -396,8 +396,7 @@ static void feh_parse_option_array(int argc, char **argv) {"index-dim", 1, 0, 232}, {0, 0, 0, 0} }; - int optch = 0, cmdx = 0, i = 0; - int geomret; + int optch = 0, cmdx = 0; D_ENTER(4); |