Avoid an error.

This commit is contained in:
Michael Drake 2013-09-03 16:32:48 +01:00
parent a9fd785581
commit bd38b712c6
1 changed files with 4 additions and 2 deletions

View File

@ -81,8 +81,10 @@ int menu_glyph_width[NSA_GLYPH_MAX];
bool menu_glyphs_loaded = false;
ULONG ami_menu_scan(struct tree *tree, struct gui_window_2 *gwin);
#if 0
void ami_menu_scan_2(struct tree *tree, struct node *root, WORD *gen,
int *item, struct gui_window_2 *gwin);
#endif
void ami_menu_arexx_scan(struct gui_window_2 *gwin);
/* Functions for menu selections */
@ -565,10 +567,10 @@ ULONG ami_menu_scan(struct tree *tree, struct gui_window_2 *gwin)
#endif
}
#if 0
void ami_menu_scan_2(struct tree *tree, struct node *root, WORD *gen,
int *item, struct gui_window_2 *gwin)
{
#if 0
struct node *tempnode;
struct node_element *element=NULL;
struct node *node;
@ -606,8 +608,8 @@ void ami_menu_scan_2(struct tree *tree, struct node *root, WORD *gen,
}
*gen = *gen - 1;
#endif
}
#endif
void ami_menu_update_checked(struct gui_window_2 *gwin)
{