summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBastien Dejean <nihilhill@gmail.com>2013-06-23 16:02:26 +0200
committerBert Münnich <be.muennich@gmail.com>2013-08-10 15:33:14 +0200
commit7e51c35801f9921685c3acf0d1d17d9370ae4d59 (patch)
tree1af111dd3a1a64ed34d3398ae9029036fb50c15f /image.h
parent68ff9d71f1c9c2e27b2eabea22433f39b7cd98bb (diff)
downloadnsxiv-7e51c35801f9921685c3acf0d1d17d9370ae4d59.tar.zst
Handle 180 degrees image rotation
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/image.h b/image.h
index dbb249e..7e90163 100644
--- a/image.h
+++ b/image.h
@@ -77,9 +77,6 @@ bool img_pan(img_t*, direction_t, int);
bool img_pan_edge(img_t*, direction_t);
void img_rotate(img_t*, int);
-void img_rotate_left(img_t*);
-void img_rotate_right(img_t*);
-
void img_flip(img_t*, flipdir_t);
void img_toggle_antialias(img_t*);