Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-04-10 00:24:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-10 00:49:25 +0400
commit82628a6b0e490a180ba822336c7177cda71ba57d (patch)
treedfe4a3f7afe882da40fca593c0fcfb839c429ac9 /source/blender/blenlib/BLI_sys_types.h
parentc777f691ad427260fb39c8d191d3041169e557dd (diff)
Code cleanup: use struct type for mempool & style edits
Diffstat (limited to 'source/blender/blenlib/BLI_sys_types.h')
-rw-r--r--source/blender/blenlib/BLI_sys_types.h3
1 files changed, 0 insertions, 3 deletions
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 <stdbool.h>
#elif !defined(__bool_true_false_are_defined) && !defined(__BOOL_DEFINED)