diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 37a1ead9f..c0df5980f 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -197,11 +197,6 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "HelpAbout", N_("_About"), GNOME_STOCK_ABOUT, NULL, N_("Display credits for the web browser creators"), G_CALLBACK (window_cmd_help_about), NULL }, - - /* Toolbar only */ - { "LoadLocation", N_("_Go"), GTK_STOCK_JUMP_TO, NULL, - N_("Type a web address or a word in the field on the left, then click Go"), - G_CALLBACK (window_cmd_load_location), NULL }, }; static guint ephy_menu_n_entries = G_N_ELEMENTS (ephy_menu_entries); |