[epiphany] Remove unused actions



commit a6edb79872752c83203ed50a7e57e89bd265ab55
Author: Iulian Radu <iulian radu67 gmail com>
Date:   Fri Jul 1 17:47:30 2016 +0300

    Remove unused actions

 src/ephy-window.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 59d8325..4875745 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -80,12 +80,6 @@ static const GtkActionEntry ephy_menu_entries [] = {
   { "FileSendTo", NULL, N_("S_end Link by Email…"), NULL, NULL,
     G_CALLBACK (window_cmd_file_send_to) },
 
-  /* Edit actions. */
-  { "EditHistory", NULL, N_("_History"), "<control>H", NULL,
-    G_CALLBACK (window_cmd_edit_history) },
-  { "EditPreferences", NULL, N_("Pr_eferences"), "<control>e", NULL,
-    G_CALLBACK (window_cmd_edit_preferences) },
-
   /* Go actions. */
 
   { "GoLocation", NULL, N_("_Location…"), "<control>L", NULL,


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