From 5a785ba976bd3b74c43a6d14fef2dfe15ddb62b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Wed, 29 Jan 2014 11:26:13 +0100 Subject: [PATCH] Remove left over declaration of Remote_set_callbacks --- src/remote.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/remote.h b/src/remote.h index 4263140..1c8605f 100644 --- a/src/remote.h +++ b/src/remote.h @@ -34,8 +34,6 @@ #include PyObject* Remote_fetch(Remote *self, PyObject *args); - -void Remote_set_callbacks(Remote *self); -PyObject *wrap_remote(git_remote *c_remote, Repository *repo); +PyObject* wrap_remote(git_remote *c_remote, Repository *repo); #endif