1
0
forked from aniani/vim

Remove unused code.

This commit is contained in:
Bram Moolenaar
2010-08-08 16:38:42 +02:00
parent 83687a7215
commit 09092155a6
31 changed files with 15 additions and 714 deletions

View File

@@ -472,17 +472,6 @@ pum_redraw()
}
}
#if 0 /* not used yet */
/*
* Return the index of the currently selected item.
*/
int
pum_get_selected()
{
return pum_selected;
}
#endif
/*
* Set the index of the currently selected item. The menu will scroll when
* necessary. When "n" is out of range don't scroll.