[gnome-software/gnome-3-22] remove declarations of non-existent functions



commit f67f268c9e72aadef4536ad7a84344e7cab7935b
Author: Alan Jenkins <alan christopher jenkins gmail com>
Date:   Tue Oct 4 17:46:58 2016 +0100

    remove declarations of non-existent functions
    
    Signed-off-by: Richard Hughes <richard hughsie com>
    (cherry picked from commit 6bc3323b0f311b3229171e46a5cd1c5fb7de23e9)

 src/gs-shell-details.h |    1 -
 src/gs-shell.h         |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-shell-details.h b/src/gs-shell-details.h
index 99cd490..5b2bb77 100644
--- a/src/gs-shell-details.h
+++ b/src/gs-shell-details.h
@@ -37,7 +37,6 @@ G_BEGIN_DECLS
 G_DECLARE_FINAL_TYPE (GsShellDetails, gs_shell_details, GS, SHELL_DETAILS, GsPage)
 
 GsShellDetails *gs_shell_details_new           (void);
-void            gs_shell_details_invalidate    (GsShellDetails         *self);
 void            gs_shell_details_set_app       (GsShellDetails         *self,
                                                 GsApp                  *app);
 void            gs_shell_details_set_filename  (GsShellDetails         *self,
diff --git a/src/gs-shell.h b/src/gs-shell.h
index 6052ddb..374c1c0 100644
--- a/src/gs-shell.h
+++ b/src/gs-shell.h
@@ -89,7 +89,6 @@ void           gs_shell_show_extras_search    (GsShell        *shell,
 void            gs_shell_setup                 (GsShell        *shell,
                                                 GsPluginLoader *plugin_loader,
                                                 GCancellable   *cancellable);
-void            gs_shell_invalidate            (GsShell        *shell);
 gboolean        gs_shell_is_active             (GsShell        *shell);
 GtkWindow      *gs_shell_get_window            (GsShell        *shell);
 


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