X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FMenubar_pimpl.h;h=9ffce98ca3516e479529cdf4915a24c21d8413ba;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=7fbc5880efc2e7886c82d2a9ee26efea081db5e5;hpb=fa9c1708194a8c6d80511c14b70efdf38bbf8c33;p=lyx.git diff --git a/src/frontends/xforms/Menubar_pimpl.h b/src/frontends/xforms/Menubar_pimpl.h index 7fbc5880ef..9ffce98ca3 100644 --- a/src/frontends/xforms/Menubar_pimpl.h +++ b/src/frontends/xforms/Menubar_pimpl.h @@ -29,8 +29,6 @@ class MenuBackend; class MenuItem; class Menu; -#include "debug.h" - /** The LyX GUI independent menubar class The GUI interface is implemented in the corresponding Menubar_pimpl class. */ @@ -48,18 +46,6 @@ public: /// static void MenuCallback(FL_OBJECT *, long); - /** Add to "menu" the list of last opened files - (add "extra_label" to the last entry) - */ - void add_lastfiles(int menu, string const & extra_label); - /** Add to "menu" the list of opened documents - (add "extra_label" to the last entry) - */ - void add_documents(int menu, string const & extra_label); - /// Add to "menu" the list of exportable/viewable formats - /// (add "extra_label" to the last entry) - void add_formats(int menu, string const & extra_label, - kb_action action, bool viewable); /// void add_toc(int menu, string const & extra_label, std::vector & smn, Window win);