]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
Scons: update_po target, part one: language_l10n.pot
[lyx.git] / src / dociterator.h
index 2195e0b40fb0e9c297a4a4c5d7717a4c43b047a4..dbeaf0823aa8c9b6b154a50ae20760414bd1a0fe 100644 (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;