[vinagre] Remove an unused callback for the plugin dialog



commit 26edc1c138ce133d2daceb9bdcec14b7d355d57d
Author: David King <amigadave amigadave com>
Date:   Sat Jul 2 09:12:31 2011 +0200

    Remove an unused callback for the plugin dialog

 vinagre/vinagre-commands.c |    9 ---------
 vinagre/vinagre-commands.h |    3 ---
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/vinagre/vinagre-commands.c b/vinagre/vinagre-commands.c
index 1604a4f..e435c98 100644
--- a/vinagre/vinagre-commands.c
+++ b/vinagre/vinagre-commands.c
@@ -231,15 +231,6 @@ vinagre_cmd_edit_preferences (GtkAction     *action,
   vinagre_prefs_dialog_show (window);
 }
 
-void
-vinagre_cmd_edit_plugins (GtkAction     *action,
-                          VinagreWindow *window)
-{
-  g_return_if_fail (VINAGRE_IS_WINDOW (window));
-
-  g_warn_if_reached ();
-}
-
 /* View Menu */
 void
 vinagre_cmd_view_show_toolbar	(GtkAction     *action,
diff --git a/vinagre/vinagre-commands.h b/vinagre/vinagre-commands.h
index 465b9c7..0807ea7 100644
--- a/vinagre/vinagre-commands.h
+++ b/vinagre/vinagre-commands.h
@@ -50,9 +50,6 @@ void		vinagre_cmd_remote_quit	(GtkAction     *action,
 void		vinagre_cmd_edit_preferences	(GtkAction     *action,
 						 VinagreWindow *window);
 
-void		vinagre_cmd_edit_plugins	(GtkAction     *action,
-						 VinagreWindow *window);
-
 void		vinagre_cmd_view_show_toolbar	(GtkAction     *action,
 						 VinagreWindow *window);
 void		vinagre_cmd_view_show_statusbar	(GtkAction     *action,



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