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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-02-10 21:48:29 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-02-10 21:48:29 +0300
commit9d7ef684e3ad699bd8aeb3324cfae2c98871e5e3 (patch)
treeb48815add7db5c850bf82775d421bb2b1fb06c3e /source/blender/python/api2_2x/Node.c
parent98b4fa74cbd9af209c190da116c26d6971e0b90a (diff)
* remove redundant define.
Diffstat (limited to 'source/blender/python/api2_2x/Node.c')
-rw-r--r--source/blender/python/api2_2x/Node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Node.c b/source/blender/python/api2_2x/Node.c
index 195b61a39ea..d336cfecde7 100644
--- a/source/blender/python/api2_2x/Node.c
+++ b/source/blender/python/api2_2x/Node.c
@@ -30,7 +30,6 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#ifdef USE_PYNODES /* note: won't work without patch */
#include "Node.h"
#include "BKE_global.h"
@@ -1259,5 +1258,4 @@ BPy_ShadeInput *ShadeInput_CreatePyObject(ShadeInput *shi)
return pyshi;
}
-#endif