diff options
Diffstat (limited to 'src/menu-bar.h')
-rw-r--r-- | src/menu-bar.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/menu-bar.h b/src/menu-bar.h deleted file mode 100644 index 9012f9f..0000000 --- a/src/menu-bar.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef UFM_MENU_BAR_H -#define UFM_MENU_BAR_H - -/* - * Menu bar: - * Located on the first line, occupies its entire length. - * At the moment, nothing is planned here, a reserve for the future -*/ - -#include <Uefi.h> - -struct screen; - -BOOLEAN init_menubar(struct screen *scr); -VOID free_menubar(VOID); - -#endif /* UFM_MENU_BAR_H */ |