Comment out unimplemented method.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-02-07 21:49:00 +00:00
parent 9bf162a6c3
commit 643c360f0d

View File

@ -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;