Skip to content

Commit a8c9983

Browse files
committed
bin/xbps-install: remove message callbacks
1 parent 7ab7047 commit a8c9983

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/xbps-install/state_cb.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ state_cb(const struct xbps_state_cb_data *xscd, void *cbdata UNUSED)
155155
printf("Fingerprint: %s\n", xscd->arg);
156156
rv = yesno("Do you want to import this public key?");
157157
break;
158-
case XBPS_STATE_SHOW_INSTALL_MSG:
159-
print_package_msg(xscd, "install");
160-
break;
161158
case XBPS_STATE_UNPACK_FILE_PRESERVED:
162159
printf("%s\n", xscd->desc);
163160
break;

0 commit comments

Comments
 (0)