From 617557b08ea94e2b65a1697ddf0b79651204d92b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 1 Apr 2014 11:34:00 +1100 Subject: Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define --- source/blender/imbuf/intern/imbuf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/imbuf/intern/imbuf.h') diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h index 999aae81cb7..897a149a45c 100644 --- a/source/blender/imbuf/intern/imbuf.h +++ b/source/blender/imbuf/intern/imbuf.h @@ -69,9 +69,6 @@ typedef unsigned char uchar; -#define TRUE 1 -#define FALSE 0 - #define IMB_DPI_DEFAULT 72.0f #endif /* __IMBUF_H__ */ -- cgit v1.2.3