Commit: 282866ad94aa15817f858b5d886218417dac9361
Author: Nathan Craddock
Date:   Mon Aug 17 21:08:20 2020 -0600
Branches: soc-2020-outliner
https://developer.blender.org/rB282866ad94aa15817f858b5d886218417dac9361

Fix build error

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

M       source/blender/editors/space_outliner/outliner_draw.c

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

diff --git a/source/blender/editors/space_outliner/outliner_draw.c 
b/source/blender/editors/space_outliner/outliner_draw.c
index 84f39df4d22..7128dee9aeb 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -2897,22 +2897,6 @@ static void outliner_draw_active_highlight(const float 
minx,
   GPU_blend(true); /* Roundbox disables. */
 }
 
-static void outliner_draw_active_highlight(const float minx,
-                                           const float miny,
-                                           const float maxx,
-                                           const float maxy,
-                                           const float ufac,
-                                           const float icon_color[4],
-                                           const float icon_border[4])
-{
-  UI_draw_roundbox_corner_set(UI_CNR_ALL);
-  UI_draw_roundbox_aa(true, minx, miny + ufac, maxx, maxy - ufac, UI_UNIT_Y / 
4.0f, icon_color);
-
-  /* border around it */
-  UI_draw_roundbox_aa(false, minx, miny + ufac, maxx, maxy - ufac, UI_UNIT_Y / 
4.0f, icon_border);
-  GPU_blend(true); /* Roundbox disables. */
-}
-
 static void outliner_draw_iconrow_doit(uiBlock *block,
                                        TreeElement *te,
                                        const uiFontStyle *fstyle,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to