diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-09 16:02:20 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-09 16:02:20 +0000 |
commit | 7f1e75edf1abf3245512f59c464bd4618d042032 (patch) | |
tree | 5e94c772274dd11ec3eadf7c1771fc9eb5f9a6d7 /lib/libalpm | |
parent | d8fd645c4c5aff5042da158d2471a2f72c443aad (diff) |
* Remove "RETRIEVE_LOCAL" trans event as libdownload handles local files
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
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) */ |