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>2013-04-12 04:50:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-12 04:50:40 +0400
commit502ddd312879316c13f66d84c4ffe0927df53a06 (patch)
tree51a18bef238f47e385d909c591e98d2023086854 /source/blender/blenkernel/intern/library.c
parent742c1cb3284fed8a9fdef1cb899a3eaaf896cd41 (diff)
code cleanup: warnings and style.
Diffstat (limited to 'source/blender/blenkernel/intern/library.c')
-rw-r--r--source/blender/blenkernel/intern/library.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index da642f11e8d..db4706e3c6c 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -120,8 +120,6 @@
#include "BPY_extern.h"
#endif
-#define MAX_IDPUP 60 /* was 24 */
-
/* GS reads the memory pointed at in a specific ordering.
* only use this definition, makes little and big endian systems
* work fine, in conjunction with MAKE_ID */
@@ -1078,6 +1076,8 @@ ID *BKE_libblock_find_name(const short type, const char *name) /* type: "OB
}
#if 0 /* UNUSED */
+#define MAX_IDPUP 60 /* was 24 */
+
static void get_flags_for_id(ID *id, char *buf)
{
int isfake = id->flag & LIB_FAKEUSER;