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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-06-19 09:19:09 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-06-19 09:19:09 +0400
commit70b8a8daf86bcc1d78a46f8aef90597e9befdb60 (patch)
tree2a5fa78d3979241ad444f80623184bb647a997ce /source/blender/freestyle/intern/winged_edge/WEdge.h
parent22a961317a1c0405f41966205e22f70fb3769799 (diff)
Freestyle: removed WOEdge::getVec3r() which in effect was a duplicate of WOEdge::GetVec().
Diffstat (limited to 'source/blender/freestyle/intern/winged_edge/WEdge.h')
-rw-r--r--source/blender/freestyle/intern/winged_edge/WEdge.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/winged_edge/WEdge.h b/source/blender/freestyle/intern/winged_edge/WEdge.h
index 54461a6e8a6..6699a8113b6 100644
--- a/source/blender/freestyle/intern/winged_edge/WEdge.h
+++ b/source/blender/freestyle/intern/winged_edge/WEdge.h
@@ -525,8 +525,6 @@ public:
/*! Retrieves the list of edges in CW order */
inline void RetrieveCWOrderedEdges(vector<WEdge*>& oEdges);
- /*! returns the vector between the two vertices */
- Vec3r getVec3r ();
WOEdge *twin ();
WOEdge *getPrevOnFace();