Remove left over declaration of Remote_set_callbacks
This commit is contained in:
@@ -34,8 +34,6 @@
|
|||||||
#include <git2/remote.h>
|
#include <git2/remote.h>
|
||||||
|
|
||||||
PyObject* Remote_fetch(Remote *self, PyObject *args);
|
PyObject* Remote_fetch(Remote *self, PyObject *args);
|
||||||
|
PyObject* wrap_remote(git_remote *c_remote, Repository *repo);
|
||||||
void Remote_set_callbacks(Remote *self);
|
|
||||||
PyObject *wrap_remote(git_remote *c_remote, Repository *repo);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user