diff --git a/gresources/nemo-shell-ui.xml b/gresources/nemo-shell-ui.xml index b59608768..50ce6d15f 100644 --- a/gresources/nemo-shell-ui.xml +++ b/gresources/nemo-shell-ui.xml @@ -50,7 +50,6 @@ - diff --git a/src/nemo-window-menus.c b/src/nemo-window-menus.c index f448a6e2c..2cc9bdff7 100644 --- a/src/nemo-window-menus.c +++ b/src/nemo-window-menus.c @@ -303,19 +303,6 @@ action_preferences_callback (GtkAction *action, nemo_file_management_properties_dialog_show (window, NULL); } -static void -action_plugins_callback (GtkAction *action, - gpointer user_data) -{ - GtkWindow *window; - - if (!NEMO_IS_DESKTOP_WINDOW (user_data)) { - window = GTK_WINDOW (user_data); - - nemo_file_management_properties_dialog_show (window, "plugins"); - } -} - static void action_about_nemo_callback (GtkAction *action, gpointer user_data) @@ -1390,10 +1377,6 @@ static const GtkActionEntry main_entries[] = { N_("Prefere_nces"), NULL, N_("Edit Nemo preferences"), G_CALLBACK (action_preferences_callback) }, - { NEMO_ACTION_PLUGIN_MANAGER, NULL, - N_("Plugins"), - "p", N_("Manage extensions, actions and scripts"), - G_CALLBACK (action_plugins_callback) }, #ifdef TEXT_CHANGE_UNDO /* name, stock id, label */ { "Undo", NULL, N_("_Undo"), "Z", N_("Undo the last text change"),