From 061ce79bd45f6f6d9664364c278b51cba8bbb049 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 30 Jan 2018 10:27:25 +0000 Subject: trivial: Allow specifying tags in metainfo files --- libappstream-builder/plugins/asb-plugin-appdata.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libappstream-builder') diff --git a/libappstream-builder/plugins/asb-plugin-appdata.c b/libappstream-builder/plugins/asb-plugin-appdata.c index b2e7fb1..5788fc8 100644 --- a/libappstream-builder/plugins/asb-plugin-appdata.c +++ b/libappstream-builder/plugins/asb-plugin-appdata.c @@ -66,7 +66,6 @@ asb_plugin_process_filename (AsbPlugin *plugin, { AsProblemKind problem_kind; AsProblem *problem; - GPtrArray *icons; const gchar *tmp; guint i; g_autoptr(AsbApp) app = NULL; @@ -104,11 +103,6 @@ asb_plugin_process_filename (AsbPlugin *plugin, as_problem_get_message (problem)); } - /* nuke things that do not belong */ - icons = as_app_get_icons (AS_APP (app)); - if (icons->len > 0) - g_ptr_array_set_size (icons, 0); - /* fix up the project license */ tmp = as_app_get_project_license (AS_APP (app)); if (tmp != NULL && !as_utils_is_spdx_license (tmp)) { -- cgit v1.2.1