]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
Bug fix; ensure that all is Ok after the combox is moved with
[lyx.git] / src / InsetList.h
index 5baa9087944364e98f0a2430dc9da0ce75acff1c..9a2ed973c853ce843fa21284064a6cb855a1cab1 100644 (file)
@@ -52,7 +52,7 @@ public:
        ///
        bool empty() const { return list.empty(); }
        ///
-       iterator insetIterator(lyx::pos_type pos); 
+       iterator insetIterator(lyx::pos_type pos);
        ///
        const_iterator insetIterator(lyx::pos_type pos) const;
        ///
@@ -67,8 +67,6 @@ public:
        void increasePosAfterPos(lyx::pos_type pos);
        ///
        void decreasePosAfterPos(lyx::pos_type pos);
-       ///
-       void insetsOpenCloseBranch(Buffer const & buf);
 
 private:
        ///