diff options
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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*); |