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>2010-02-23 18:34:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-23 18:34:02 +0300
commit9e2e528c36c4e01ff2fd88250d81d32733e675eb (patch)
treea0c5472124943ee50b67dad8aacd0898d947402a /source/blender/makesrna/intern/rna_access.c
parent78bb45931ca6dbb51833e44efe99ed7ed2240412 (diff)
- finally a way to force removal of images (Shift+Click on the X)
- generic modal operator now works with int's
Diffstat (limited to 'source/blender/makesrna/intern/rna_access.c')
-rw-r--r--source/blender/makesrna/intern/rna_access.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index 3aa1576dc80..9176dcf0334 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -1145,7 +1145,6 @@ int RNA_property_editable(PointerRNA *ptr, PropertyRNA *prop)
int RNA_property_editable_flag(PointerRNA *ptr, PropertyRNA *prop)
{
- ID *id= ptr->id.data;
int flag;
prop= rna_ensure_property(prop);