From 1166110a9d66af9c5a47cee2be591f50fdc445e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Dec 2020 11:28:56 +0100 Subject: Cleanup: clang-format Rerun `make format`. No functional changes. --- source/blender/editors/space_graph/graph_select.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_graph/graph_select.c') 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; -- cgit v1.2.3