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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-03 11:59:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-03 12:12:50 +0300
commit6221180963c39f9f3f95982070ff6f381ab7e0b2 (patch)
treeecd853c013b5f2038ff9863d2c471a1b4244c0e7 /source/blender/editors
parent815b1f24fa298784d9204b9248bc69ceb2b3d762 (diff)
Cleanup: remove blockscale & handler
Replace with link_flag, currently unused, needed for dynamic space types which is planned.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_view3d/space_view3d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c
index 24a3f0f279e..d999b9fef0a 100644
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@ -315,7 +315,6 @@ static SpaceLink *view3d_new(const bContext *C)
v3d = MEM_callocN(sizeof(View3D), "initview3d");
v3d->spacetype = SPACE_VIEW3D;
- v3d->blockscale = 0.7f;
v3d->lay = v3d->layact = 1;
if (scene) {
v3d->lay = v3d->layact = scene->lay;