]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGClipGroup.cxx
Merge branch 'timoore/aptsign' into next
[simgear.git] / simgear / scene / model / SGClipGroup.cxx
index 38c09117849712e99482fefc38cf73c6bbca7095..758a5b6a197de8166918c11499a38770324ecd71 100644 (file)
@@ -98,11 +98,13 @@ public:
   }
 };
 
+#if 0
 static osg::Vec4d clipPlane(const osg::Vec2& p0, const osg::Vec2& p1)
 {
   osg::Vec2d v(p1[0] - p0[0], p1[1] - p0[1]);
   return osg::Vec4d(v[1], -v[0], 0, v[0]*p0[1] - v[1]*p0[0]);
 }
+#endif
 
 SGClipGroup::SGClipGroup()
 {