summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-09-16 04:20:05 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2013-10-02 06:41:42 +0200
commitd31402a3fc4aa1b7d48ba43fd3bb072e7d69a527 (patch)
treecc8eb1e1801c98c25349951d6cd3667d94d9ea19 /include/git2/clone.h
parent71e33d2649f990086237a6cd0fdb7f7d6f742b51 (diff)
downloadlibgit2-d31402a3fc4aa1b7d48ba43fd3bb072e7d69a527.tar.gz
remote: put the _download() callback with the others
The text progress and update_tips callbacks are already part of the struct, which was meant to unify the callback setup, but the download one was left out.
Diffstat (limited to 'include/git2/clone.h')
-rw-r--r--include/git2/clone.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h
index 580352ac1..122806ad5 100644
--- a/include/git2/clone.h
+++ b/include/git2/clone.h
@@ -69,8 +69,6 @@ typedef struct git_clone_options {
git_checkout_opts checkout_opts;
git_repository_init_options *init_options;
int bare;
- git_transfer_progress_callback fetch_progress_cb;
- void *fetch_progress_payload;
const char *remote_name;
const char *pushurl;