From 643c360f0d06eef0181a3284edfa89777a11e922 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 7 Feb 2007 21:49:00 +0000 Subject: [PATCH] Comment out unimplemented method. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17099 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/dociterator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dociterator.h b/src/dociterator.h index 2195e0b40f..dbeaf0823a 100644 --- a/src/dociterator.h +++ b/src/dociterator.h @@ -197,7 +197,8 @@ public: /// move backward one cell void backwardIdx(); /// move backward one inset - void backwardInset(); + /// FIXME: This is not implemented! + //void backwardInset(); /// are we some 'extension' (i.e. deeper nested) of the given iterator bool hasPart(DocIterator const & it) const;