From 3ec45486ff1373f9f65af229af315219fc1f0f7e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 2 Dec 2007 14:04:18 -0600 Subject: Remove the Add option from the command line There is still a lot of code that could be cleaned up internally. 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 f804f560..beabf469 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -75,7 +75,6 @@ typedef struct __config_t { /* Operations */ enum { PM_OP_MAIN = 1, - PM_OP_ADD, PM_OP_REMOVE, PM_OP_UPGRADE, PM_OP_QUERY, -- cgit v1.2.3