summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-09 17:02:20 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-09 17:02:20 +0100
commit7f1e75edf1abf3245512f59c464bd4618d042032 (patch)
tree5e94c772274dd11ec3eadf7c1771fc9eb5f9a6d7 /lib
parentd8fd645c4c5aff5042da158d2471a2f72c443aad (diff)
downloadpacman-7f1e75edf1abf3245512f59c464bd4618d042032.tar.gz
pacman-7f1e75edf1abf3245512f59c464bd4618d042032.tar.xz
* Remove "RETRIEVE_LOCAL" trans event as libdownload handles local files
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/alpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 231112f3..7557d47e 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -314,7 +314,6 @@ typedef enum _pmtransevt_t {
PM_TRANS_EVT_SCRIPTLET_DONE,
PM_TRANS_EVT_PRINTURI,
PM_TRANS_EVT_RETRIEVE_START,
- PM_TRANS_EVT_RETRIEVE_LOCAL
} pmtransevt_t;
/* Transaction Conversations (ie, questions) */