From b86dc81cf346a6c54ab60d312169fb4882f44972 Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Wed, 23 Mar 2005 21:10:03 +0000 Subject: Removed a couple of redundant "FTF_api.h" includes, removed leftovers from Freeimage/Imagemagick experiments and removed stuff from a Quicktime for linux implementation. Also removed the (win32) Fullscreen button from the UI and disabled the corresponding commandline option. The code is still present to reenable the option whenever the ATI issues get solved. --- source/blender/imbuf/IMB_imbuf_types.h | 6 ------ 1 file changed, 6 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 a257e475e4e..7afcc42f361 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -146,12 +146,6 @@ typedef enum { #ifdef WITH_QUICKTIME #define QUICKTIME (1 << 25) #endif -#ifdef WITH_FREEIMAGE -#define FREEIMAGE (1 << 24) -#endif -#ifdef WITH_IMAGEMAGICK -#define IMAGEMAGICK (1 << 23) -#endif #define RAWTGA (TGA | 1) -- cgit v1.2.3