[Bf-blender-cvs] [bfac8a429c7] master: Silence warning

Dalai Felinto noreply at git.blender.org
Fri Jan 4 15:58:13 CET 2019


Commit: bfac8a429c7fd34daf562bb4af4146735baf9e98
Author: Dalai Felinto
Date:   Fri Jan 4 12:57:17 2019 -0200
Branches: master
https://developer.blender.org/rBbfac8a429c7fd34daf562bb4af4146735baf9e98

Silence warning

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

M	source/blender/editors/space_view3d/view3d_buttons.c

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

diff --git a/source/blender/editors/space_view3d/view3d_buttons.c b/source/blender/editors/space_view3d/view3d_buttons.c
index cc6b51518b7..4a66502b438 100644
--- a/source/blender/editors/space_view3d/view3d_buttons.c
+++ b/source/blender/editors/space_view3d/view3d_buttons.c
@@ -782,7 +782,6 @@ static void v3d_object_dimension_buts(bContext *C, uiLayout *layout, View3D *v3d
 
 	if (block) {
 		BLI_assert(C == NULL);
-		uiBut *but;
 		int yi = 200;
 		const int butw = 200;
 		const int buth = 20 * UI_DPI_FAC;



More information about the Bf-blender-cvs mailing list