summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
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 40024a5..8c6beec 100644
--- a/image.h
+++ b/image.h
@@ -41,8 +41,6 @@ typedef struct img_s {
float zoom;
scalemode_t scalemode;
- short ori;
- short o_ori;
unsigned char re;
unsigned char checkpan;
@@ -59,7 +57,6 @@ void img_free(img_t*);
int img_check(const char*);
int img_load(img_t*, const char*);
-int img_save(img_t*);
void img_close(img_t*);
void img_render(img_t*, win_t*);