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>2019-02-23 10:29:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-23 11:20:20 +0300
commit7a5854f4ce3e70b0ec6b18a688c79808d4110ff9 (patch)
tree8bb20650659360823349385a23baee68b45a82cc /source/blender/python/intern/bpy_props.c
parent6ab634ccc477fb704fce45663f170e500d5694b8 (diff)
Cleanup: quiet undeclared variable warning
Move bpy_context_module declaration to bpy_rna.h.
Diffstat (limited to 'source/blender/python/intern/bpy_props.c')
-rw-r--r--source/blender/python/intern/bpy_props.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c
index 79b2e356713..c3c891ff6fc 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -52,8 +52,6 @@ enum {
BPY_DATA_CB_SLOT_SIZE = 4,
};
-extern BPy_StructRNA *bpy_context_module;
-
static const EnumPropertyItem property_flag_items[] = {
{PROP_HIDDEN, "HIDDEN", 0, "Hidden", ""},
{PROP_SKIP_SAVE, "SKIP_SAVE", 0, "Skip Save", ""},