diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dxfdata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dxfdata.h b/src/dxfdata.h index 80a23f6..64853dc 100644 --- a/src/dxfdata.h +++ b/src/dxfdata.h @@ -30,8 +30,6 @@ public: #ifdef __APPLE__ std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > points; -#elif EIGEN_WORLD_VERSION == 3 - std::vector<Vector2d, Eigen::aligned_allocator<Vector3d> > points; #else std::vector<Vector2d> points; #endif |