[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 61/331] Drop unused code
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 61/331] Drop unused code
- Date: Wed, 4 May 2016 14:03:38 +0000 (UTC)
commit b4f57e5f4fa67590cdf06c0c42b2d02748d37f71
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Jan 26 14:52:09 2016 +1300
Drop unused code
src/plugins/gs-plugin-snappy.c | 55 ----------------------------------------
1 files changed, 0 insertions(+), 55 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snappy.c b/src/plugins/gs-plugin-snappy.c
index e903323..ca1f2dc 100644
--- a/src/plugins/gs-plugin-snappy.c
+++ b/src/plugins/gs-plugin-snappy.c
@@ -426,58 +426,3 @@ gs_plugin_app_remove (GsPlugin *plugin,
return send_package_action (plugin, gs_app_get_id (app), "remove", error);
}
-
-#if 0
-gboolean
-gs_plugin_add_sources (GsPlugin *plugin,
- GList **list,
- GCancellable *cancellable,
- GError **error)
-{
- g_printerr ("SNAPPY: gs_plugin_add_sources\n");
- return FALSE;
-}
-
-gboolean
-gs_plugin_add_search_files (GsPlugin *plugin,
- gchar **search,
- GList **list,
- GCancellable *cancellable,
- GError **error)
-{
- g_printerr ("SNAPPY: gs_plugin_add_search_files\n");
- return FALSE;
-}
-
-gboolean
-gs_plugin_add_search_what_provides (GsPlugin *plugin,
- gchar **search,
- GList **list,
- GCancellable *cancellable,
- GError **error)
-{
- g_printerr ("SNAPPY: gs_plugin_add_search_what_provides\n");
- return FALSE;
-}
-
-gboolean
-gs_plugin_add_categories (GsPlugin *plugin,
- GList **list,
- GCancellable *cancellable,
- GError **error)
-{
- g_printerr ("SNAPPY: gs_plugin_add_categories\n");
- return FALSE;
-}
-
-gboolean
-gs_plugin_add_category_apps (GsPlugin *plugin,
- GsCategory *category,
- GList **list,
- GCancellable *cancellable,
- GError **error)
-{
- g_printerr ("SNAPPY: gs_plugin_add_category_apps\n");
- return FALSE;
-}
-#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]