From bd83c8e7562a2d6794d4322845c23cc21985979a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 22 Jul 2011 12:01:58 -0500 Subject: Combine add and removal package list display There was no real reason for these to be done separately. Signed-off-by: Dan McGee --- src/pacman/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/remove.c') diff --git a/src/pacman/remove.c b/src/pacman/remove.c index f0ac04e2..95a728ee 100644 --- a/src/pacman/remove.c +++ b/src/pacman/remove.c @@ -156,7 +156,7 @@ int pacman_remove(alpm_list_t *targets) } /* print targets and ask user confirmation */ - display_targets(pkglist, 0); + display_targets(); printf("\n"); if(yesno(_("Do you want to remove these packages?")) == 0) { retval = 1; -- cgit v1.2.3-24-g4f1b