From dcb6fb224dd3ac91c08369e9fbff12349b96e545 Mon Sep 17 00:00:00 2001 From: Jakob Gruber Date: Fri, 25 Mar 2011 00:15:44 +0100 Subject: Remove ShowSize option Dan: The commit message originally referenced "VerbosePkgLists", but I'm going to change the name of the option. In addition, this patch serves a purpose being standalone- we should really do things like this with -S --print and hopefully -Q --print in the future. Signed-off-by: Jakob Gruber Signed-off-by: Dan McGee --- src/pacman/conf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index bb11bab2..d85f33ee 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -70,7 +70,6 @@ typedef struct __config_t { /* conf file options */ unsigned short chomp; /* I Love Candy! */ - unsigned short showsize; /* show individual package sizes */ /* When downloading, display the amount downloaded, rate, ETA, and percent * downloaded of the total download list */ unsigned short totaldownload; -- cgit v1.2.3-24-g4f1b