mirror of https://github.com/CGAL/cgal
Disable the remaining short names macros (to be removed after 3.4).
This commit is contained in:
parent
8b5bc9fcd1
commit
1ab17e2186
|
|
@ -22,6 +22,7 @@
|
|||
#ifndef CGAL_APOLLONIUS_GRAPH_2_SHORT_NAMES_2_H
|
||||
#define CGAL_APOLLONIUS_GRAPH_2_SHORT_NAMES_2_H
|
||||
|
||||
#if 0 // Disabled to see if it's still really needed.
|
||||
|
||||
#define Apollonius_site_2 As2
|
||||
#define Apollonius_graph_2 Ag2
|
||||
|
|
@ -34,5 +35,6 @@
|
|||
#define Apollonius_graph_traits_wrapper_2 Agtw2
|
||||
#define Apollonius_graph_kernel_wrapper_2 Agkw2
|
||||
|
||||
#endif // 0
|
||||
|
||||
#endif //CGAL_APOLLONIUS_GRAPH_2_SHORT_NAMES_2_H
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_SHORT_NAMES_2_H
|
||||
#define CGAL_SEGMENT_DELAUNAY_GRAPH_2_SHORT_NAMES_2_H
|
||||
|
||||
#if 0 // Disabled to see if it's still really needed.
|
||||
|
||||
#define Segment_Delaunay_graph_site_2 Sdgs2
|
||||
#define Segment_Delaunay_graph_simple_site_2 Sdgsims2
|
||||
|
|
@ -36,5 +37,6 @@
|
|||
#define Segment_Delaunay_graph_traits_wrapper_2 Sdgtw2
|
||||
#define Segment_Delaunay_graph_kernel_wrapper_2 Sdgkw2
|
||||
|
||||
#endif // 0
|
||||
|
||||
#endif //CGAL_SEGMENT_DELAUNAY_GRAPH_2_SHORT_NAMES_2_H
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
#ifndef CGAL_VORONOI_DIAGRAM_2_SHORT_NAMES_2_H
|
||||
#define CGAL_VORONOI_DIAGRAM_2_SHORT_NAMES_2_H 1
|
||||
|
||||
#if 0 // Disabled to see if it's still really needed.
|
||||
|
||||
#define Voronoi_diagram_2 Vd2
|
||||
#define Delaunay_triangulation_adaptation_traits_2 Dtat2
|
||||
|
|
@ -27,5 +28,6 @@
|
|||
#define Apollonius_graph_adaptation_traits_2 Agat2
|
||||
#define Segment_Delaunay_graph_adaptation_traits_2 Sdgat2
|
||||
|
||||
#endif // 0
|
||||
|
||||
#endif // CGAL_VORONOI_DIAGRAM_2_SHORT_NAMES_2_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue