]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
cosmetic fix
[lyx.git] / src / lyx_cb.h
index 0c3240eb57ece5b77cb3e63972b90ae509bfaa22..f156f1489dd1747487db6fd62bf2ccf5dedac7a3 100644 (file)
@@ -10,11 +10,6 @@ class BufferView;
 ///
 extern bool quitting;
 
-///
-void ShowMessage(Buffer const * buf,
-                string const & msg1,
-                string const & msg2 = string(),
-                string const & msg3 = string());
 ///
 bool MenuWrite(Buffer * buffer);
 /// write the given file, or ask if no name given
@@ -24,7 +19,7 @@ void QuitLyX();
 ///
 void AutoSave(BufferView * bv);
 ///
-Buffer * NewFile(string const & filename);
+void NewFile(BufferView * bv, string const & filename);
 ///
 void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///