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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-01-13 02:12:07 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-01-13 02:12:07 +0400
commitdbdd1c2ea7496546f4f7e17350720a6005cdb187 (patch)
treef88556a8910c76a08ea202504f4b9206f180c717 /source/blender/editors/curve/editcurve.c
parentb2ae44dc41f7cf09bf20081734bf098d0f7cdb78 (diff)
Remove vestigial retopo/retopo-paint code.
Diffstat (limited to 'source/blender/editors/curve/editcurve.c')
-rw-r--r--source/blender/editors/curve/editcurve.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c
index aea6f5c43b6..a659e8b7f56 100644
--- a/source/blender/editors/curve/editcurve.c
+++ b/source/blender/editors/curve/editcurve.c
@@ -4607,8 +4607,6 @@ static int addvert_Nurb(bContext *C, short mode, float location[3])
}
}
- // XXX retopo_do_all();
-
if(ok) {
test2DNurb(nu);