Remove left over declaration of Remote_set_callbacks

This commit is contained in:
J. David Ibáñez
2014-01-29 11:26:13 +01:00
parent f79ae6b421
commit 5a785ba976

View File

@@ -34,8 +34,6 @@
#include <git2/remote.h>
PyObject* Remote_fetch(Remote *self, PyObject *args);
void Remote_set_callbacks(Remote *self);
PyObject* wrap_remote(git_remote *c_remote, Repository *repo);
#endif