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 Craddock <nzcraddock@gmail.com>2020-08-19 00:14:48 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-08-19 00:14:48 +0300
commit347af6aa9d099af884f30fd38fe8a709db276a32 (patch)
tree42f9f335350b231f41073b48ea01cff0d46af350 /source/blender/editors/space_outliner/outliner_draw.c
parenta336b0c3a1cded0b5b1e4a8f24306fdad7dda1b7 (diff)
Cleanup: Outliner mode toggle warnings
Remove warnings from unused parameters.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 0725c721315..372a54a0b65 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1916,7 +1916,7 @@ static void outliner_mode_toggle_fn(bContext *C, void *tselem_poin, void *UNUSED
return;
}
- outliner_item_mode_toggle(C, &tvc, te, true);
+ outliner_item_mode_toggle(C, &tvc, te);
}
/* Return the icon for a given interaction mode