]> git.lyx.org Git - features.git/commit
remove math cursor plus
authorAndré Pönitz <poenitz@gmx.net>
Tue, 3 Feb 2004 08:56:28 +0000 (08:56 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 3 Feb 2004 08:56:28 +0000 (08:56 +0000)
commit22590a98b36977c2257c66dc2d2a72741432d261
treeec8b186aa1962981ffac55dcec4a541b84e59b22
parent905a6f6158e09232b837f37f9376f3c87aa8be7e
remove math cursor plus

* BufferView.C:
* cursor.[Ch]: some additional asserts

* undo.[Ch]: remove LyXText dependency in interface

* lyxfunc.C: adjust

* lyxtext.h (firstPar, lastPar): remove dead functions

* text.C:
* text2.C:
* text3.C:
* paragraph.[Ch]: adjust

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8386 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
src/BufferView.C
src/ChangeLog
src/cursor.C
src/cursor.h
src/lyxfind.C
src/lyxfunc.C
src/lyxtext.h
src/mathed/math_cursor.C [deleted file]
src/mathed/math_cursor.h [deleted file]
src/mathed/math_gridinset.C
src/mathed/math_hullinset.C
src/mathed/math_nestinset.C
src/paragraph.C
src/paragraph.h
src/text.C
src/text2.C
src/text3.C
src/undo.C
src/undo.h