From 732e1cfed7a0ad4977af84b8a18846a6d3912a32 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 13 Jun 2010 18:29:00 +0000 Subject: [PATCH 1/1] 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 --- src/Cursor.h | 3 --- 1 file changed, 3 deletions(-) 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: -- 2.39.2