]> git.lyx.org Git - features.git/commit
Remove InsetMathXYArrow
authorGeorg Baum <baum@lyx.org>
Thu, 16 Jun 2016 18:39:32 +0000 (20:39 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 16 Jun 2016 18:39:32 +0000 (20:39 +0200)
commitc737f1cddf7a01d81fa676d15bcd24c967246485
treedda3cae8be7ed69430d1e64bbd77827af2795d2b
parent8e9321dec2992cef5cf20676437525330ac95495
Remove InsetMathXYArrow

This was dead code that did never work, and most of it was boilerplate that
you can steel in 15 minutes from any existing math inset. Apart from that it
did contain a pointer to InsetXYMatrix which would create the same problems
we saw with the macros.
development/cmake/LyxPackaging.cmake
src/insets/Inset.cpp
src/insets/InsetCode.h
src/mathed/CMakeLists.txt
src/mathed/InsetMathXYArrow.cpp [deleted file]
src/mathed/InsetMathXYArrow.h [deleted file]
src/mathed/MathParser.cpp