Commented opening menubar item until its properly implemented.

This commit is contained in:
David Kocik 2021-09-01 15:12:36 +02:00
parent 950c216239
commit 876e6fdddd
4 changed files with 9 additions and 8 deletions

View file

@ -159,7 +159,7 @@ public:
void init_menubar_as_gcodeviewer();
void update_menubar();
// Open item in menu by menu and item index (visible order of items including separators)
void open_menubar_item(int menu_index, int item_index);
//void open_menubar_item(int menu_index, int item_index);
#ifdef _WIN32
void show_tabs_menu(bool show);
#endif