X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flyx_cb.h;h=5a39ffa23de1dab75c1231fd4acac88f3437fafb;hb=32ef0d04c48a1751abbb5e3b17d1bec25f22c255;hp=264204fa466a288ad154edec79303bf597ba5edc;hpb=46ab079b9fa9f5057ddccfb4df8c8c6b9c42a71a;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index 264204fa46..5a39ffa23d 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -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