[gnome-panel] panel-menu-items: remove unused function



commit 7fe149db7477962af48ff0b74bde530ac9422c10
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed May 24 21:05:54 2017 +0300

    panel-menu-items: remove unused function

 gnome-panel/panel-menu-items.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gnome-panel/panel-menu-items.c b/gnome-panel/panel-menu-items.c
index e72be0d..cb09ae1 100644
--- a/gnome-panel/panel-menu-items.c
+++ b/gnome-panel/panel-menu-items.c
@@ -336,13 +336,6 @@ panel_menu_items_create_action_item_full (PanelActionButtonType  action_type,
        return item;
 }
 
-static GtkWidget *
-panel_menu_items_create_action_item (PanelActionButtonType action_type)
-{
-       return panel_menu_items_create_action_item_full (action_type,
-                                                        NULL, NULL, FALSE);
-}
-
 static void
 panel_menu_item_activate_switch_user (GtkWidget *menuitem,
                                      gpointer   user_data)


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