diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp index dc7271b9fd..a7013b0529 100644 --- a/src/mathed/MathData.cpp +++ b/src/mathed/MathData.cpp @@ -437,11 +437,6 @@ void MathData::setXY(BufferView & bv, int x, int y) const Dimension const & MathData::dimension(BufferView const & bv) const { - if (empty()) { - static Dimension dummy; - return dummy; - } - return bv.coordCache().getArrays().dim(this); }