From ecf6de151c5c2a4794a6c0f700dcc47568d3b78b Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 14 Mar 2005 14:56:40 +0000 Subject: This commit reverses the OpenEXR specific stuff in the OpenEXR commit I did last friday. A patch will be available in the patches tracker that will have the current stuff there until everything is working. Kent --- source/blender/imbuf/IMB_imbuf_types.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf_types.h') diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index e0a1d42aa1a..a257e475e4e 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -152,9 +152,6 @@ typedef enum { #ifdef WITH_IMAGEMAGICK #define IMAGEMAGICK (1 << 23) #endif -#ifdef WITH_OPENEXR -#define OPENEXR (1 << 22) -#endif #define RAWTGA (TGA | 1) @@ -191,7 +188,6 @@ typedef enum { #define IS_hamx(x) (x->ftype == AN_hamx) #define IS_tga(x) (x->ftype & TGA) #define IS_png(x) (x->ftype & PNG) -#define IS_openexr(x) (x->ftype & OPENEXR) #define IS_bmp(x) (x->ftype & BMP) #define IMAGIC 0732 -- cgit v1.2.3