[Bf-blender-cvs] [9490db1ad26] master: Cleanup: remove unused variable

Vitor Boschi da Silva noreply at git.blender.org
Tue Sep 28 14:33:11 CEST 2021


Commit: 9490db1ad26812c6acf6c45e7944450032026f50
Author: Vitor Boschi da Silva
Date:   Tue Sep 28 14:28:11 2021 +0200
Branches: master
https://developer.blender.org/rB9490db1ad26812c6acf6c45e7944450032026f50

Cleanup: remove unused variable

As the title says

Reviewed By: lichtwerk, campbellbarton

Differential Revision: https://developer.blender.org/D12665

===================================================================

M	source/blender/editors/space_graph/space_graph.c

===================================================================

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 */



More information about the Bf-blender-cvs mailing list