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-03-13 02:52:20 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-03-13 02:52:20 +0400
commitdfc9a57b3e2b801a5a4a13b1231f08491dc4e0ab (patch)
treeb6fe865707040b2cf8e066320116647f666b2577 /source/blender/blenkernel/BKE_subsurf.h
parent07ffbbfcb6b4448b147e54eab303a029b10db04e (diff)
Code cleanup: replace multires update function pointer with direct call.
Renamed the multiresModifier_update() function to multires_modifier_update_mdisps() and made it visible to subsurf_ccg.c so it can be called directly. No functional change, just a bit simpler.
Diffstat (limited to 'source/blender/blenkernel/BKE_subsurf.h')
-rw-r--r--source/blender/blenkernel/BKE_subsurf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_subsurf.h b/source/blender/blenkernel/BKE_subsurf.h
index f3cdd858e7d..7f4ff1bf2e3 100644
--- a/source/blender/blenkernel/BKE_subsurf.h
+++ b/source/blender/blenkernel/BKE_subsurf.h
@@ -102,8 +102,6 @@ typedef struct CCGDerivedMesh {
struct Object *ob;
int modified;
-
- void (*update)(DerivedMesh*);
} multires;
struct EdgeHash *ehash;