summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-02 21:04:18 +0100
committerDan McGee <dan@archlinux.org>2008-03-08 21:13:34 +0100
commit3ec45486ff1373f9f65af229af315219fc1f0f7e (patch)
treee3ca516069cd9e3b807f4e26938a046df8a40b5b /src/pacman/conf.h
parent266f06866bd56b86ca8525d2e07d48d08fedaa8f (diff)
downloadpacman-3ec45486ff1373f9f65af229af315219fc1f0f7e.tar.gz
pacman-3ec45486ff1373f9f65af229af315219fc1f0f7e.tar.xz
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 <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h1
1 files changed, 0 insertions, 1 deletions
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,