[gnome-software] remove declarations of non-existent functions
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] remove declarations of non-existent functions
- Date: Thu, 6 Oct 2016 16:02:35 +0000 (UTC)
commit 6bc3323b0f311b3229171e46a5cd1c5fb7de23e9
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>
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 cb2c303..a2989f0 100644
--- a/src/gs-shell.h
+++ b/src/gs-shell.h
@@ -92,7 +92,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]