Skip to content

Commit

Permalink
bin/xbps-install: remove message callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Sep 17, 2023
1 parent 8352e08 commit 52960e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/xbps-install/state_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ state_cb(const struct xbps_state_cb_data *xscd, void *cbdata UNUSED)
printf("Fingerprint: %s\n", xscd->arg);
rv = yesno("Do you want to import this public key?");
break;
case XBPS_STATE_SHOW_INSTALL_MSG:
print_package_msg(xscd, "install");
break;
case XBPS_STATE_UNPACK_FILE_PRESERVED:
printf("%s\n", xscd->desc);
break;
Expand Down

0 comments on commit 52960e8

Please sign in to comment.