summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-04 21:02:02 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-04 21:02:02 +0100
commiteb82519a80ab3d09fb3294d64a3526c678433d22 (patch)
tree347b672a4e7b46a0747d22ecaa207d594e71faf3 /image.h
parent2e758f78c151b35b316c3286c83e14a435242486 (diff)
downloadnsxiv-eb82519a80ab3d09fb3294d64a3526c678433d22.tar.zst
Preserve panning when switching images; fixes issue #131
Diffstat (limited to 'image.h')
-rw-r--r--image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image.h b/image.h
index f83ed6b..e662cc7 100644
--- a/image.h
+++ b/image.h
@@ -76,7 +76,6 @@ void img_close(img_t*, bool);
void img_render(img_t*);
bool img_fit_win(img_t*, scalemode_t);
-bool img_center(img_t*);
bool img_zoom(img_t*, float);
bool img_zoom_in(img_t*);