[gnome-software/wip/temp/ubuntu-xenial-rebased: 64/329] Drop unused code



commit 52cac038a89e2d1037ca820c792d4bfc20b1f88b
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]