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