mirror of https://github.com/CGAL/cgal
remove unused parameters
This commit is contained in:
parent
d0e72bb857
commit
3ce1a3f256
|
|
@ -13,7 +13,7 @@
|
||||||
#include "arr_geodesic.h"
|
#include "arr_geodesic.h"
|
||||||
#include "arr_print.h"
|
#include "arr_print.h"
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main() {
|
||||||
Geom_traits traits;
|
Geom_traits traits;
|
||||||
auto ctr_p = traits.construct_point_2_object();
|
auto ctr_p = traits.construct_point_2_object();
|
||||||
auto ctr_cv = traits.construct_curve_2_object();
|
auto ctr_cv = traits.construct_curve_2_object();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue