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-10-14 16:24:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-14 16:24:08 +0400
commitf8d7451c737bb4a2c75cd2112934b7339733f67b (patch)
tree4c71c56b43b0f5bef3bb103c16306fd71322ea69 /source/blender/editors/space_image/image_header.c
parent5de818670cd1ea130dd10afc7f8b70e0d6d70f5f (diff)
remove unused args or tag as unused for image and screen editors, uiItemEnumR_string was ignoring name and icon args.
Diffstat (limited to 'source/blender/editors/space_image/image_header.c')
-rw-r--r--source/blender/editors/space_image/image_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/image_header.c b/source/blender/editors/space_image/image_header.c
index 7ecb2565e72..498b3b80bd5 100644
--- a/source/blender/editors/space_image/image_header.c
+++ b/source/blender/editors/space_image/image_header.c
@@ -53,7 +53,7 @@
/********************** toolbox operator *********************/
-static int toolbox_invoke(bContext *C, wmOperator *op, wmEvent *event)
+static int toolbox_invoke(bContext *C, wmOperator *UNUSED(op), wmEvent *UNUSED(event))
{
SpaceImage *sima= CTX_wm_space_image(C);
Object *obedit= CTX_data_edit_object(C);