summaryrefslogtreecommitdiff
path: root/openbox/imageload.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/imageload.h')
-rw-r--r--openbox/imageload.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/imageload.h b/openbox/imageload.h
index 1c7addf3..21e7c9b0 100644
--- a/openbox/imageload.h
+++ b/openbox/imageload.h
@@ -1,11 +1,7 @@
#ifndef __imageload_h
#define __imageload_h
-#ifdef USE_IMLIB2
#include "obrender/render.h"
RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name);
-#else
-#define RrImageFetchFromFile(cache, name) NULL
-#endif
#endif