forked from len0rd/rockbox
unused variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13902 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9dca6aafb3
commit
f22dd51956
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ enum {
|
||||||
};
|
};
|
||||||
int do_item_menu(int cur_sel, char* copy_buffer)
|
int do_item_menu(int cur_sel, char* copy_buffer)
|
||||||
{
|
{
|
||||||
int m, ret = 0;
|
int ret = 0;
|
||||||
MENUITEM_STRINGLIST(menu, "Line Options", NULL,
|
MENUITEM_STRINGLIST(menu, "Line Options", NULL,
|
||||||
"Cut/Delete", "Copy",
|
"Cut/Delete", "Copy",
|
||||||
"Insert Above", "Insert Below",
|
"Insert Above", "Insert Below",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue