Skip to content

Commit

Permalink
Fix unused function compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Nov 14, 2013
1 parent a3b01fd commit 09eb33f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/prep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,17 +1008,6 @@ static int MakeSelection(
return mode;
}

static menu_t *MenuCreateName(const char *name)
{
menu_t *menu = MenuCreateNormal(
name,
"",
MENU_TYPE_NORMAL,
0);
MenuAddSubmenu(menu, MenuCreateBack("(End)"));
return menu;
}

typedef struct
{
Character *c;
Expand Down

0 comments on commit 09eb33f

Please sign in to comment.