aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-04 22:38:24 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-04 22:38:24 +0100
commit524d9de877dcf0dc4212c12c3bd09db285dae17e (patch)
tree3a1bf61f7dbfe96afe80384f1deb3b8dd200ca05 /commands.h
parenteb82519a80ab3d09fb3294d64a3526c678433d22 (diff)
downloadnsxiv-524d9de877dcf0dc4212c12c3bd09db285dae17e.tar.zst
Removed fit-win-to-img command
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index aebd253..dcc2e0f 100644
--- a/commands.h
+++ b/commands.h
@@ -70,7 +70,6 @@ cmdreturn_t i_drag(arg_t);
cmdreturn_t i_zoom(arg_t);
cmdreturn_t i_set_zoom(arg_t);
cmdreturn_t i_fit_to_win(arg_t);
-cmdreturn_t i_fit_to_img(arg_t);
cmdreturn_t i_rotate(arg_t);
cmdreturn_t i_flip(arg_t);
cmdreturn_t i_slideshow(arg_t);