diff --git a/src/libostree/ostree-repo.h b/src/libostree/ostree-repo.h index 682d4964..a2a46d4b 100644 --- a/src/libostree/ostree-repo.h +++ b/src/libostree/ostree-repo.h @@ -1156,33 +1156,6 @@ ostree_repo_pull_one_dir (OstreeRepo *self, GCancellable *cancellable, GError **error); - - -#if 0 -FIXME -Called with: remote_name, refs, override-commit-ids -or: URL, refs, override-commit-ids -=> we only need refs; could use the remote_name or URL as additional results - -Summary file is downloaded first, so this would result in multiple downloads of -the summary, but we don’t care because of caching. - -Big problem preventing this from being the overall API: presenting the download -sizes in the gnome-software UI before the user chooses to download. - -_OSTREE_PUBLIC -gboolean ostree_repo_find_remotes_squashed (OstreeRepo *self, - const gchar * const *refs, -> options - GVariant *options, - OstreeRepoFinder **finders, -> options - GMainContext *context, -> nope - OstreeAsyncProgress *progress, - GCancellable *cancellable, - GError **error); -#endif - - - _OSTREE_PUBLIC gboolean ostree_repo_pull_with_options (OstreeRepo *self, const char *remote_name_or_baseurl,