summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/callback.c')
-rw-r--r--src/pacman/callback.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index b8e3dd73..22865614 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -347,14 +347,6 @@ void cb_event(alpm_event_t *event)
case ALPM_EVENT_PKGDOWNLOAD_START:
case ALPM_EVENT_PKGDOWNLOAD_DONE:
case ALPM_EVENT_PKGDOWNLOAD_FAILED:
- /* temporary until removed from libalpm */
- case ALPM_EVENT_DELTA_INTEGRITY_START:
- case ALPM_EVENT_DELTA_INTEGRITY_DONE:
- case ALPM_EVENT_DELTA_PATCHES_START:
- case ALPM_EVENT_DELTA_PATCHES_DONE:
- case ALPM_EVENT_DELTA_PATCH_START:
- case ALPM_EVENT_DELTA_PATCH_DONE:
- case ALPM_EVENT_DELTA_PATCH_FAILED:
/* nothing */
break;
}