]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
fix several GOTO lfuns (bug 1787, bug 616, bug 781 and bug 835)
[features.git] / src / lyxtext.h
index b95d96f1813f9f6e8348b7b39cf83bed6e5d1cf5..5153b1e5149bf7b05952bf0c6d92e6e0d09bd44a 100644 (file)
@@ -255,16 +255,6 @@ public:
        /// needed to insert the selection
        void insertStringAsParagraphs(LCursor & cur, std::string const & str);
 
-       /// Find next inset of some specified type.
-       bool gotoNextInset(LCursor & cur,
-               std::vector<InsetBase_code> const & codes,
-               std::string const & contents = std::string());
-       ///
-       void gotoInset(LCursor & cur,
-               std::vector<InsetBase_code> const & codes, bool same_content);
-       ///
-       void gotoInset(LCursor & cur, InsetBase_code code, bool same_content);
-
        /// current text width
        int width() const;