[Bf-blender-cvs] [0647f4f5113] temp-ui-tweaks: Cleanup: Remove unused variable

Pablo Vazquez noreply at git.blender.org
Wed Sep 15 01:52:42 CEST 2021


Commit: 0647f4f5113a573da71040e9e5da410029c15a24
Author: Pablo Vazquez
Date:   Wed Sep 15 01:50:42 2021 +0200
Branches: temp-ui-tweaks
https://developer.blender.org/rB0647f4f5113a573da71040e9e5da410029c15a24

Cleanup: Remove unused variable

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

M	source/blender/editors/interface/interface_panel.c

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

diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index a7f2afebe3b..66e9e54ef84 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -1262,7 +1262,6 @@ static void panel_draw_aligned_backdrop(const Panel *panel,
   if (draw_box_style) {
     /* Use the theme for box widgets. */
     const uiWidgetColors *box_wcol = &UI_GetTheme()->tui.wcol_box;
-    const uiStyle *style = UI_style_get_dpi();
 
     if (is_subpanel) {
       /* Use rounded bottom corners for the last subpanel. */



More information about the Bf-blender-cvs mailing list