]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Fix paragraph spacing
[lyx.git] / src / lyx_cb.h
index 264204fa466a288ad154edec79303bf597ba5edc..5a39ffa23de1dab75c1231fd4acac88f3437fafb 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
@@ -35,8 +35,6 @@ void MenuInsertLabel(BufferView * bv, string const & arg);
 ///
 void MenuLayoutSave(BufferView * bv);
 ///
-void Figure();
-///
 void Reconfigure(BufferView * bv);
 #endif