]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CMakeLists.txt
Merge branch 'master' into biblatex2
[lyx.git] / src / mathed / CMakeLists.txt
index 8d354f6a133e35ae3caf545868325f0b31186ad5..c47ca6b0a6de607f5d7c61d5644aaa755e2b82a4 100644 (file)
@@ -9,9 +9,6 @@ project(mathed)
 file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES})
 file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_HPP_FILES})
 
-list(REMOVE_ITEM mathed_sources
-       ${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp)
-
 lyx_add_msvc_pch(mathed)
 
 include_directories(${TOP_SRC_DIR}/src/mathed ${QT_INCLUDES})