]> git.lyx.org Git - features.git/commit
Simplify cite engines code
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 20 May 2018 10:27:03 +0000 (12:27 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 20 May 2018 10:27:03 +0000 (12:27 +0200)
commit0aeeb78f3cd9b93da1b81c911a8d2f3915533336
treec174f1580af1438e3a4f18e675bb048a23438b67
parent17ea71b31c6b5708241d8a9d2ca5afd331446c1c
Simplify cite engines code

As opposed to modules (from which the framework was initially borrowed),
we only allow one cite engine per document. Thus, we don't need to fiddle
with lists.
src/BufferParams.cpp
src/BufferParams.h
src/BufferView.cpp
src/TextClass.cpp
src/TextClass.h
src/frontends/qt4/GuiDocument.cpp
src/tex2lyx/tex2lyx.cpp