summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-19 18:03:32 +0100
committerBert <ber.t@gmx.com>2011-01-19 18:03:32 +0100
commit6851d5c4e59640aedf3f23ff5ab6409d153c5ae3 (patch)
tree81f75e0cc15b9528bc1da6019d1827f442d1cc10 /image.h
parenta7e30bb081ab0a27147f97b8851d7bb76c39c51b (diff)
downloadnsxiv-6851d5c4e59640aedf3f23ff5ab6409d153c5ae3.tar.zst
Removed im member from img struct
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 17a913c..b719e7a 100644
--- a/image.h
+++ b/image.h
@@ -19,8 +19,6 @@
#ifndef IMAGE_H
#define IMAGE_H
-#include <Imlib2.h>
-
#include "window.h"
typedef enum scalemode_e {
@@ -36,7 +34,6 @@ typedef struct img_s {
int h;
int x;
int y;
- Imlib_Image *im;
} img_t;
void imlib_init(win_t*);