]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Fix fuer #209
[lyx.git] / src / lyx_cb.h
index 264204fa466a288ad154edec79303bf597ba5edc..f5e4111663c18e1bbc250d182bdb1d47c420927e 100644 (file)
@@ -14,7 +14,7 @@ extern bool quitting;
 void ShowMessage(Buffer const * buf,
                 string const & msg1,
                 string const & msg2 = string(),
-                string const & msg3 = string(), int delay = 6);
+                string const & msg3 = string());
 ///
 bool MenuWrite(BufferView * bv, Buffer * buffer);
 /// write the given file, or ask if no name given
@@ -33,10 +33,6 @@ void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
 void MenuInsertLabel(BufferView * bv, string const & arg);
 ///
-void MenuLayoutSave(BufferView * bv);
-///
-void Figure();
-///
 void Reconfigure(BufferView * bv);
 #endif