]> git.proxmox.com Git - libgit2.git/commitdiff
Remove the last reference of git_net_direction enum
authorLambert CLARA <lambert.clara@yahoo.fr>
Sat, 9 Jul 2011 12:53:00 +0000 (14:53 +0200)
committerVicent Marti <tanoku@gmail.com>
Mon, 11 Jul 2011 01:00:34 +0000 (03:00 +0200)
include/git2/types.h

index 41d5482341d3b449ee1fa8fe4aca548e52bede75..256393e7255bbc36f3d62ff4a5c79fc26e00b8c3 100644 (file)
@@ -180,9 +180,6 @@ typedef struct git_remote git_remote;
 /** A transport to use */
 typedef struct git_transport git_transport;
 
-/** Whether to push or pull */
-typedef enum git_net_direction git_net_direction;
-
 typedef int (*git_transport_cb)(git_transport **transport);
 
 typedef struct git_remote_head git_remote_head;