diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-05-08 19:27:52 +0200 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-08 17:55:19 -0500 |
| commit | 51257397b04d206e73fb788fba0818c238a61adb (patch) | |
| tree | 9d1f2210abaaef7b97855fa54df0c847dbbba248 /openbox/imageload.h | |
| parent | 0352abfa88892bc17bdff2022745e3c1b312edd0 (diff) | |
Some style changes, less ifdefs.
Diffstat (limited to 'openbox/imageload.h')
| -rw-r--r-- | openbox/imageload.h | 4 |
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 |
