[PATCH 09/15] core: Get rid of failed_keys field in GrlMetadataSourceSetMetadataSpec



Currently it is not used at all.
---
 src/grl-metadata-source.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/grl-metadata-source.h b/src/grl-metadata-source.h
index 1aebaa5..b55a6c1 100644
--- a/src/grl-metadata-source.h
+++ b/src/grl-metadata-source.h
@@ -168,7 +168,6 @@ typedef struct {
  * @key_id: Key which value is to be stored
  * @callback: the callback passed to grl_metadata_source_set_metadata()
  * @user_data: user data passed to grl_metadata_source_set_metadata()
- * @failed_keys: for internal use of the framework only.
  * @keymaps: for internal use of the framework only.
  * @ref_count: references counter
  *
@@ -181,7 +180,6 @@ typedef struct {
   GrlMetadataWritingFlags flags;
   GrlMetadataSourceSetMetadataCb callback;
   gpointer user_data;
-  GList *failed_keys;
   volatile gint ref_count;
 } GrlMetadataSourceSetMetadataSpec;
 
-- 
1.7.0.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]