aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-03-18 19:46:52 +0100
committerWolfgang Müller2021-04-27 12:28:35 +0200
commit26a8c6ced076b6a49b130deb4fe35d6707bebbae (patch)
tree171ed0f661c87273c629f413b64513f2e9d4e625 /calmwm.h
parenta0387a0fd66954e024c926655c866a3ab80e460f (diff)
downloadcwm-26a8c6ced076b6a49b130deb4fe35d6707bebbae.tar.gz
Remove ssh menu
There is no point in keeping this functionality. Saving a few key strokes is not worth the added complexity of the window manager parsing the known_hosts file.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 030dfac..53f6cc7 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -321,7 +321,6 @@ struct conf {
int xrandr;
int xrandr_event_base;
char *conf_file;
- char *known_hosts;
char *wm_argv;
int debug;
};
@@ -527,7 +526,6 @@ void kbfunc_menu_cmd(void *, struct cargs *);
void kbfunc_menu_group(void *, struct cargs *);
void kbfunc_menu_wm(void *, struct cargs *);
void kbfunc_menu_exec(void *, struct cargs *);
-void kbfunc_menu_ssh(void *, struct cargs *);
void kbfunc_client_menu_label(void *, struct cargs *);
void kbfunc_exec_cmd(void *, struct cargs *);
void kbfunc_exec_lock(void *, struct cargs *);