summaryrefslogtreecommitdiff
path: root/include/git2/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/net.h')
-rw-r--r--include/git2/net.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/git2/net.h b/include/git2/net.h
index 391cdee1c..8103eafbf 100644
--- a/include/git2/net.h
+++ b/include/git2/net.h
@@ -49,11 +49,6 @@ struct git_remote_head {
char *symref_target;
};
-/**
- * Callback for listing the remote heads
- */
-typedef int GIT_CALLBACK(git_headlist_cb)(git_remote_head *rhead, void *payload);
-
/** @} */
GIT_END_DECL
#endif