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:
authorSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
commit1166110a9d66af9c5a47cee2be591f50fdc445e8 (patch)
tree48de061c356bf389ea0ab1101241f213fa8df41e /source/blender/editors/space_graph
parent958df2ed1b6037b98eb73bb8e063732ba851854f (diff)
Cleanup: clang-format
Rerun `make format`. No functional changes.
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_select.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c
index 007f99e3ce5..12035ab6b61 100644
--- a/source/blender/editors/space_graph/graph_select.c
+++ b/source/blender/editors/space_graph/graph_select.c
@@ -501,7 +501,6 @@ void GRAPH_OT_select_all(wmOperatorType *ot)
* The selection backend is also reused for the Lasso and Circle select operators.
*/
-
static rctf initialize_box_select_coords(const bAnimContext *ac, const rctf *rectf_view)
{
const View2D *v2d = &ac->region->v2d;