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/intern/writeimage.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/blender/imbuf/intern/writeimage.c') diff --git a/source/blender/imbuf/intern/writeimage.c b/source/blender/imbuf/intern/writeimage.c index 925eaca3e87..150ab8aac26 100644 --- a/source/blender/imbuf/intern/writeimage.c +++ b/source/blender/imbuf/intern/writeimage.c @@ -50,9 +50,6 @@ #include "IMB_amiga.h" #include "IMB_png.h" #include "IMB_bmp.h" -#ifdef WITH_OPENEXR -#include "IMB_openexr.h" -#endif #include "IMB_iff.h" #include "IMB_bitplanes.h" @@ -73,11 +70,6 @@ short IMB_saveiff(struct ImBuf *ibuf,char *naam,int flags) if (IS_png(ibuf)) { return imb_savepng(ibuf,naam,flags); } -#ifdef WITH_OPENEXR - if (IS_openexr(ibuf)) { - return imb_save_openexr(ibuf,naam,flags); - } -#endif if (IS_bmp(ibuf)) { return imb_savebmp(ibuf,naam,flags); } -- cgit v1.2.3