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:
authorDalai Felinto <dfelinto@gmail.com>2019-01-04 17:57:17 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-01-04 17:58:01 +0300
commitbfac8a429c7fd34daf562bb4af4146735baf9e98 (patch)
treeee9217ba49b84248b955115e716e8724b3e6d481 /source/blender/editors/space_view3d
parent2891043b585b4773b07c607b20befae35979dbb7 (diff)
Silence warning
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_buttons.c1
1 files changed, 0 insertions, 1 deletions
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;