From 82628a6b0e490a180ba822336c7177cda71ba57d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Apr 2014 06:24:33 +1000 Subject: Code cleanup: use struct type for mempool & style edits --- source/blender/blenlib/BLI_sys_types.h | 3 --- 1 file changed, 3 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 8d9ed07668f..fcdbf16871a 100644 --- a/source/blender/blenlib/BLI_sys_types.h +++ b/source/blender/blenlib/BLI_sys_types.h @@ -197,9 +197,6 @@ typedef uint64_t u_int64_t; #endif /* ifdef platform for types */ - -/* note: use of (int, TRUE / FALSE) is deprecated, - * use (bool, true / false) instead */ #ifdef HAVE_STDBOOL_H # include #elif !defined(__bool_true_false_are_defined) && !defined(__BOOL_DEFINED) -- cgit v1.2.3