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/blenlib/BLI_sys_types.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source/blender/blenlib/BLI_sys_types.h') diff --git a/source/blender/blenlib/BLI_sys_types.h b/source/blender/blenlib/BLI_sys_types.h index b7a70a8cb38..8d9ed07668f 100644 --- a/source/blender/blenlib/BLI_sys_types.h +++ b/source/blender/blenlib/BLI_sys_types.h @@ -219,21 +219,6 @@ typedef bool _BLI_Bool; # define __bool_true_false_are_defined 1 #endif -/* remove this when we're ready to remove TRUE/FALSE completely */ -#ifdef WITH_BOOL_COMPAT -/* interim until all occurrences of these can be updated to stdbool */ -/* XXX Why not use the true/false velues here? */ -# ifndef FALSE -# define FALSE 0 -# endif - -# ifndef TRUE -# define TRUE 1 -# endif -#endif - - - #ifdef __cplusplus } #endif -- cgit v1.2.3