From 91072682c01501874ba6d8c74d3ded152db2951b Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 30 Jul 2016 10:26:05 -0300 Subject: Remove remote feature This has no encryption, SSH credentials are stored in plain text, etc. --- shell/menu.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'shell/menu.c') diff --git a/shell/menu.c b/shell/menu.c index b72e0a45..f5724d31 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -54,21 +54,6 @@ static GtkActionEntry entries[] = { NULL, G_CALLBACK(cb_sync_manager)}, - {"ConnectToAction", GTK_STOCK_CONNECT, - N_("_Connect to..."), NULL, - NULL, - G_CALLBACK(cb_connect_to)}, - - {"ManageAction", NULL, - N_("_Manage hosts..."), NULL, - NULL, - G_CALLBACK(cb_manage_hosts)}, - - {"LocalComputerAction", GTK_STOCK_HOME, - N_("_Local computer"), NULL, - NULL, - G_CALLBACK(cb_local_computer)}, - {"CopyAction", GTK_STOCK_COPY, N_("_Copy to Clipboard"), "C", N_("Copy to clipboard"), @@ -114,10 +99,6 @@ static GtkToggleActionEntry toggle_entries[] = { N_("_Toolbar"), NULL, NULL, G_CALLBACK(cb_toolbar)}, - {"ActAsServerAction", NULL, - N_("_Accept connections"), NULL, - NULL, - G_CALLBACK(cb_act_as_server) } }; /* Implement a handler for GtkUIManager's "add_widget" signal. The UI manager -- cgit v1.2.3