aboutsummaryrefslogtreecommitdiff
path: root/shell/menu.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2016-07-30 10:26:05 -0300
committerLeandro Pereira <leandro@hardinfo.org>2016-07-30 10:33:42 -0300
commit91072682c01501874ba6d8c74d3ded152db2951b (patch)
tree25363488983043caa57cad306d60bf78661246d4 /shell/menu.c
parentba5a7e1b4ccd0a65b72532252ca922b8dea4cce3 (diff)
Remove remote feature
This has no encryption, SSH credentials are stored in plain text, etc.
Diffstat (limited to 'shell/menu.c')
-rw-r--r--shell/menu.c19
1 files changed, 0 insertions, 19 deletions
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"), "<control>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