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 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*);