]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner...
[lyx.git] / 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: