Misc code fixes
[maevies] / src / mvs-tmdb-image.h
index 1743643..4f90d2e 100644 (file)
@@ -56,9 +56,6 @@ enum {
         LAST_FIELD
 };
 
-static const gchar*
-image_fields[LAST_FIELD] = { "type", "url", "size", "id" };
-
 GType mvs_tmdb_image_get_type (void);
 
 MvsTmdbImage* mvs_tmdb_image_new ();
@@ -102,6 +99,9 @@ mvs_tmdb_image_get_id (MvsTmdbImage *self);
 void
 mvs_tmdb_image_print (MvsTmdbImage *self);
 
+const gchar*
+mvs_tmdb_image_get_field (int field);
+
 G_END_DECLS
 
 #endif /* _MVS_TMDB_IMAGE */