Browse Source

Remove out of date code.

Former-commit-id: 5b83db01101957cd50e49e1821f5ef17894b0a5f
Qingnan Zhou 9 years ago
parent
commit
79d71be007
1 changed files with 0 additions and 17 deletions
  1. 0 17
      include/igl/copyleft/cgal/SelfIntersectMesh.h

+ 0 - 17
include/igl/copyleft/cgal/SelfIntersectMesh.h

@@ -31,23 +31,6 @@ namespace igl
   {
     namespace cgal
     {
-      template<typename Kernel>
-      class DeepCoper {
-        public:
-          typename Kernel::FT operator()(const typename Kernel::FT& x) {
-            return typename Kernel::FT(x);
-          }
-      };
-
-      template<>
-      class DeepCoper<CGAL::Exact_predicates_exact_constructions_kernel> {
-        public:
-          typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
-          typename Kernel::FT operator()(const typename Kernel::FT& x) {
-            return Kernel::FT(x.exact() +1) - 1;
-          }
-      };
-
       // Kernel is a CGAL kernel like:
       //     CGAL::Exact_predicates_inexact_constructions_kernel
       // or