aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Object.h')
-rw-r--r--src/Core/Object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Core/Object.h b/src/Core/Object.h
index 6a3be1d05..96eb83cfd 100644
--- a/src/Core/Object.h
+++ b/src/Core/Object.h
@@ -119,8 +119,6 @@ template<typename Scalar, typename Derived> class Object
identity(int rows = RowsAtCompileTime);
static FromArray<Derived>
fromArray(const Scalar* array, int rows = RowsAtCompileTime, int cols = ColsAtCompileTime);
- static WrapArray<Derived>
- wrapArray(Scalar* array, int rows = RowsAtCompileTime, int cols = ColsAtCompileTime);
template<typename OtherDerived>
bool isApprox(