mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove obsolete comment. An attempt to start doing what is suggested
here ran into insufferable problems: I.e., a Cursor IS-A DocIterator in the code now, whether it was before or not. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34646 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b031ac1e66
commit
732e1cfed7
@ -36,9 +36,6 @@ class Encoding;
|
||||
|
||||
|
||||
/// The cursor class describes the position of a cursor within a document.
|
||||
|
||||
// The public inheritance should go in favour of a suitable data member
|
||||
// (or maybe private inheritance) at some point of time.
|
||||
class Cursor : public DocIterator
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user