removed unused parameters

This commit is contained in:
Andreas Fabri 2007-03-19 08:25:43 +00:00
parent a7bf2b4523
commit f0befd4fa4
3 changed files with 9 additions and 9 deletions

View File

@ -36,11 +36,11 @@ class Bounding_box_2 {
public: public:
template<typename Vertex_iterator> template<typename Vertex_iterator>
Bounding_box_2(Vertex_iterator begin, Vertex_iterator end) { Bounding_box_2(Vertex_iterator , Vertex_iterator ) {
CGAL_assertion_msg(false, "dummy interface"); CGAL_assertion_msg(false, "dummy interface");
} }
Point intersection_ray_bbox(const SPoint& p, const SDirection& d) { Point intersection_ray_bbox(const SPoint& , const SDirection& ) {
CGAL_assertion_msg(false, "dummy interface"); CGAL_assertion_msg(false, "dummy interface");
return Point(); return Point();
} }

View File

@ -647,9 +647,9 @@ public:
// assert(0); return h; // compiler warning // assert(0); return h; // compiler warning
} }
bool ray_shoot_from_outer_facet(Segment& s, object_kind& current, bool ray_shoot_from_outer_facet(Segment& , object_kind& ,
Vertex_const_handle &v, Vertex_const_handle &,
Halfedge_const_handle& e, Halfedge_const_handle& ,
const Tag_true& ) const { const Tag_true& ) const {
return false; return false;
} }
@ -838,8 +838,8 @@ public:
// assert(0); return h; // compiler warning // assert(0); return h; // compiler warning
} }
bool within_outer_cycle(Vertex_const_handle v, bool within_outer_cycle(Vertex_const_handle ,
const Point& q, const Tag_true& ) const { const Point& , const Tag_true& ) const {
return true; return true;
} }

View File

@ -101,7 +101,7 @@ public:
: pm_(), pl_(0) : pm_(), pl_(0)
{} {}
Nef_polyhedron_2_rep(const Self& R) Nef_polyhedron_2_rep(const Self& )
: pm_(), pl_(0) : pm_(), pl_(0)
{} {}
@ -258,7 +258,7 @@ protected:
L.push_back(Extended_segment(EK.SE(),EK.NE())); L.push_back(Extended_segment(EK.SE(),EK.NE()));
} }
void fill_with_frame_segs(ES_list& L, const Tag_false& ) const void fill_with_frame_segs(ES_list& , const Tag_false& ) const
{} {}
void fill_with_frame_segs(ES_list& L) const void fill_with_frame_segs(ES_list& L) const