]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-ked.h
Remove unused ked status ked_boot.
[petitboot] / ui / ncurses / nc-ked.h
index 36ed4f17520fd331f73edaa735e627a4a92e3119..759c006f0770d9beb6b4d3775dfd0ae7eadc617e 100644 (file)
@@ -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,
 };
 
 /**