From 1ae83002b58ec1cae5d8d2691c630cfee9beb7f0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 4 Sep 2013 08:22:13 -0400 Subject: [PATCH] core: Delete unused prototype --- doc/ostree-sections.txt | 1 - src/libostree/ostree-core.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/doc/ostree-sections.txt b/doc/ostree-sections.txt index d8149f1c..4707a669 100644 --- a/doc/ostree-sections.txt +++ b/doc/ostree-sections.txt @@ -31,7 +31,6 @@ ostree_object_from_string ostree_get_relative_object_path ostree_get_xattrs_for_file ostree_set_xattrs -ostree_map_metadata_file ostree_content_stream_parse ostree_content_file_parse ostree_raw_file_to_content_stream diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h index 12ba2498..33721d62 100644 --- a/src/libostree/ostree-core.h +++ b/src/libostree/ostree-core.h @@ -166,11 +166,6 @@ gboolean ostree_get_xattrs_for_file (GFile *f, gboolean ostree_set_xattrs (GFile *f, GVariant *xattrs, GCancellable *cancellable, GError **error); -gboolean ostree_map_metadata_file (GFile *file, - OstreeObjectType expected_type, - GVariant **out_variant, - GError **error); - gboolean ostree_content_stream_parse (gboolean compressed, GInputStream *input,