summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-ked.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-ked.h')
-rw-r--r--ui/ncurses/nc-ked.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ncurses/nc-ked.h b/ui/ncurses/nc-ked.h
index 36ed4f1..759c006 100644
--- a/ui/ncurses/nc-ked.h
+++ b/ui/ncurses/nc-ked.h
@@ -40,13 +40,11 @@ enum ked_attr_cursor {
* enum ked_result - Result code for ked:on_exit().
* @ked_cancel: The user canceled the operation.
* @ked_update: The args were updated.
- * @ked_boot: The user requested a boot of this item.
*/
enum ked_result {
ked_cancel,
ked_update,
- ked_boot,
};
/**
OpenPOWER on IntegriCloud