]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
Edwins f&r GUII patch with a small fix.
[features.git] / src / lyxtext.h
index ed5dd4c8046e3610185dfc5eb518db835fadd580..a2eeb4eb7f419cc8a37dea990d12217ad7829799 100644 (file)
@@ -402,12 +402,6 @@ public:
 
        /* these things are for search and replace */
 
-       /** returns true if the specified string is at the specified
-         position
-         */
-       bool IsStringInText(LyXParagraph * par,
-                           LyXParagraph::size_type pos,
-                           string const & str) const;
        /** sets the selection over the number of characters of string,
          no check!!
          */
@@ -418,12 +412,6 @@ public:
          */
        void ReplaceSelectionWithString(BufferView *, string const & str);
 
-       /** if the string can be found: return true and set the cursor to
-         the new position */
-       bool SearchForward(BufferView *, string const & str) const;
-       ///
-       bool SearchBackward(BufferView *, string const & str) const;
-
        /// needed to insert the selection
        void InsertStringA(BufferView *, string const & str);
        /// needed to insert the selection