]> git.lyx.org Git - features.git/commitdiff
Remove obsolete comment. An attempt to start doing what is suggested
authorRichard Heck <rgheck@comcast.net>
Sun, 13 Jun 2010 18:29:00 +0000 (18:29 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 13 Jun 2010 18:29:00 +0000 (18:29 +0000)
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

src/Cursor.h

index c2c7a5d87361b688b7c0c454f395188c036e15a8..3ef8a68603c77b8ea1463323c0e0be3e8c23502a 100644 (file)
@@ -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: