]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Keep dialog connected to External inset after Apply
[lyx.git] / src / lyxfind.h
index deb31b294e3ddb27c36c62cf17f96e1c2427545a..a5454f13e7a707afaa1d828d8fbabed128e09893 100644 (file)
@@ -60,8 +60,7 @@ bool lyxfind(BufferView * bv, FuncRequest const & ev);
  * The string is encoded by \c replace2string.
  * \return whether we did anything
  */
-bool lyxreplace(BufferView * bv,
-               FuncRequest const &, bool has_deleted = false);
+bool lyxreplace(BufferView * bv, FuncRequest const &);
 
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);