]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Pure HTML output for math macros.
[lyx.git] / src / lyxfind.h
index 3a3e91013e05328164c57310b62a6dec0a294c55..711bf8ee25aeae8ffc84ed7b336f096c1b61f8fd 100644 (file)
@@ -115,9 +115,6 @@ std::ostringstream & operator<<(std::ostringstream & os, lyx::FindAndReplaceOpti
 /// Read a FindAdvOptions instance from a stringstream
 std::istringstream & operator>>(std::istringstream & is, lyx::FindAndReplaceOptions & opt);
 
-/// Dispatch a LFUN_WORD_FINDADV command request
-void findAdv(BufferView * bv, FuncRequest const & ev);
-
 /// Perform a FindAdv operation.
 bool findAdv(BufferView * bv, FindAndReplaceOptions const & opt);