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:
authorVitor Boschi da Silva <vitorboschi>2021-09-28 15:28:11 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-09-28 15:29:02 +0300
commit9490db1ad26812c6acf6c45e7944450032026f50 (patch)
treeb0e3c0ca92d9c3e0d0c9b0da92d85d0191d67990
parent6a745e54f65d831fe7d4ca101b68bea149c8349a (diff)
Cleanup: remove unused variable
As the title says Reviewed By: lichtwerk, campbellbarton Differential Revision: https://developer.blender.org/D12665
-rw-r--r--source/blender/editors/space_graph/space_graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c
index 3512db961ab..0e2c9b85bc6 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -316,7 +316,6 @@ static void graph_main_region_draw_overlay(const bContext *C, ARegion *region)
}
const Scene *scene = CTX_data_scene(C);
- const bool draw_vert_line = sipo->mode != SIPO_MODE_DRIVERS;
View2D *v2d = &region->v2d;
/* scrubbing region */