From: Richard Heck Date: Sun, 13 Jun 2010 18:29:00 +0000 (+0000) Subject: Remove obsolete comment. An attempt to start doing what is suggested X-Git-Tag: 2.0.0~3141 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=732e1cfed7a0ad4977af84b8a18846a6d3912a32;hp=b031ac1e66bef0be1579ae0e588de8bd5763acf5;p=features.git 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 --- diff --git a/src/Cursor.h b/src/Cursor.h index c2c7a5d873..3ef8a68603 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -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: