]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.cpp
Remove unreachable return statements
[features.git] / src / mathed / InsetMathHull.cpp
index e21beb236e98730460d693f68c0aab4705482aaa..851c1e6167313fad2465b528135e43e0e096649f 100644 (file)
@@ -2117,9 +2117,6 @@ bool InsetMathHull::getStatus(Cursor & cur, FuncRequest const & cmd,
        default:
                return InsetMathGrid::getStatus(cur, cmd, status);
        }
-
-       // This cannot really happen, but inserted to shut-up gcc
-       return InsetMathGrid::getStatus(cur, cmd, status);
 }