]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSearch.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiSearch.h
index bd8231996a88572d95bdb590fda8008366f1841d..b56555307456b50c33b821213939d26b62c40721 100644 (file)
@@ -40,9 +40,6 @@ private:
        void dispatchParams() {}
        bool isBufferDependent() const { return true; }
 
-       /// Dispatches repeatedly func with wrap around question
-       void wrap_dispatch(const FuncRequest & func, bool forward);
-
        /// Searches occurence of string
        void find(docstring const & search,
                  bool casesensitive, bool matchword, bool forward);