]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / lyx_cb.h
index 8ebb2262f2dcf45ca0a249e9afae2231420bbc85..0c3240eb57ece5b77cb3e63972b90ae509bfaa22 100644 (file)
@@ -16,10 +16,9 @@ void ShowMessage(Buffer const * buf,
                 string const & msg2 = string(),
                 string const & msg3 = string());
 ///
-bool MenuWrite(BufferView * bv, Buffer * buffer);
+bool MenuWrite(Buffer * buffer);
 /// write the given file, or ask if no name given
-bool WriteAs(BufferView * bv, Buffer * buffer,
-            string const & filename = string());
+bool WriteAs(Buffer * buffer, string const & filename = string());
 ///
 void QuitLyX();
 ///