diff --git a/examples/SharedMemory/plugins/stablePDPlugin/MathUtil.h b/examples/SharedMemory/plugins/stablePDPlugin/MathUtil.h index 6a2bf695e..8d3fe27c7 100644 --- a/examples/SharedMemory/plugins/stablePDPlugin/MathUtil.h +++ b/examples/SharedMemory/plugins/stablePDPlugin/MathUtil.h @@ -17,9 +17,6 @@ typedef Eigen::Matrix4d tMatrix; typedef Eigen::Matrix3d tMatrix3; typedef Eigen::Quaterniond tQuaternion; -template -using tEigenArr = std::vector >; -typedef tEigenArr tVectorArr; const double gRadiansToDegrees = 57.2957795; const double gDegreesToRadians = 1.0 / gRadiansToDegrees;