summaryrefslogtreecommitdiffstats
path: root/src/popupmnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r--src/popupmnu.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c
index 9dce37848b..0afa0b7bc0 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -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.