mirror of https://github.com/CGAL/cgal
remove another warning for s2 pointer
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
c70fc29971
commit
be3ef8cfa4
|
|
@ -244,7 +244,7 @@ namespace CGAL {
|
|||
|
||||
// check if two points have the same x or y coordinate
|
||||
Point_2 const *s1;
|
||||
Point_2 const *s2;
|
||||
Point_2 const *s2 = NULL;
|
||||
|
||||
Point_2 const *dx = NULL;
|
||||
// check if two points have the same x coordinate
|
||||
|
|
|
|||
Loading…
Reference in New Issue