[gnome-software: 3/4] gs-plugin-loader: Drop unused refine function types




commit 832f297f8857452a3a4a28140eddfb9cab676dfa
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Dec 9 17:06:06 2021 +0000

    gs-plugin-loader: Drop unused refine function types
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1472

 lib/gs-plugin-loader.c | 16 ----------------
 1 file changed, 16 deletions(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index 1738fba28..9873c5bd0 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -143,22 +143,6 @@ typedef gboolean    (*GsPluginActionFunc)          (GsPlugin       *plugin,
                                                         GsApp          *app,
                                                         GCancellable   *cancellable,
                                                         GError         **error);
-typedef gboolean        (*GsPluginRefineFunc)          (GsPlugin       *plugin,
-                                                        GsAppList      *list,
-                                                        GsPluginRefineFlags refine_flags,
-                                                        GCancellable   *cancellable,
-                                                        GError         **error);
-typedef gboolean        (*GsPluginRefineAppFunc)       (GsPlugin       *plugin,
-                                                        GsApp          *app,
-                                                        GsPluginRefineFlags refine_flags,
-                                                        GCancellable   *cancellable,
-                                                        GError         **error);
-typedef gboolean        (*GsPluginRefineWildcardFunc)  (GsPlugin       *plugin,
-                                                        GsApp          *app,
-                                                        GsAppList      *list,
-                                                        GsPluginRefineFlags refine_flags,
-                                                        GCancellable   *cancellable,
-                                                        GError         **error);
 typedef gboolean        (*GsPluginRefreshFunc)         (GsPlugin       *plugin,
                                                         guint           cache_age,
                                                         GCancellable   *cancellable,


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