From 0635f8101c98d74da729d464472a4d9efa09337f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Apr 2012 06:48:57 +0000 Subject: make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the merge it didn't need to be) - now rendering uses its better if its threadsafe. --- source/blender/blenlib/BLI_threads.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/BLI_threads.h') diff --git a/source/blender/blenlib/BLI_threads.h b/source/blender/blenlib/BLI_threads.h index 03bf375a894..8e75a2db629 100644 --- a/source/blender/blenlib/BLI_threads.h +++ b/source/blender/blenlib/BLI_threads.h @@ -76,7 +76,6 @@ int BLI_system_thread_count(void); /* gets the number of threads the system can #define LOCK_OPENGL 5 #define LOCK_NODES 6 #define LOCK_MOVIECLIP 7 -#define LOCK_SCANFILL 8 void BLI_lock_thread(int type); void BLI_unlock_thread(int type); -- cgit v1.2.3