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>2012-04-23 06:48:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 06:48:05 +0400
commit4c4389f6a42ebfe0140de8d1892d9990aa592980 (patch)
tree1f2c72e1fc815661e2e69da8deaed5099d47ddaf /source/blender/blenloader
parent792f536b368067fd27d0eefbe1bf6c91123220f4 (diff)
code cleanup: remove editbutflag flag from toolsettings & related defines.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index f87be2b8a83..b3d586fd78d 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9153,7 +9153,6 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
sce->toolsettings->segments = 32;
sce->toolsettings->rings = 32;
sce->toolsettings->vertices = 32;
- sce->toolsettings->editbutflag =1;
}
sce= sce->id.next;
}