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:
Diffstat (limited to 'source/blender/editors/space_image/image_buttons.c')
-rw-r--r--source/blender/editors/space_image/image_buttons.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/editors/space_image/image_buttons.c b/source/blender/editors/space_image/image_buttons.c
index 1f8dd7cfe44..15a4f910684 100644
--- a/source/blender/editors/space_image/image_buttons.c
+++ b/source/blender/editors/space_image/image_buttons.c
@@ -725,9 +725,6 @@ static void uiblock_layer_pass_buttons(uiLayout *layout,
}
}
-// XXX HACK!
-// static int packdummy=0;
-
typedef struct RNAUpdateCb {
PointerRNA ptr;
PropertyRNA *prop;
@@ -743,7 +740,7 @@ static void rna_update_cb(bContext *C, void *arg_cb, void *UNUSED(arg))
cb->iuser->ok = 1;
/* we call update here on the pointer property, this way the
- * owner of the image pointer can still define it's own update
+ * owner of the image pointer can still define its own update
* and notifier */
RNA_property_update(C, &cb->ptr, cb->prop);
}