From f24fac2798a28dc529151ed17dbcc5994339dd9e Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 19 Oct 2014 19:44:22 +0200 Subject: [PATCH] Remove separator from Xresources. --- source/xrmoptions.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/xrmoptions.c b/source/xrmoptions.c index a0f04693..88f2432a 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -108,8 +108,7 @@ static XrmOption xrmOptions[] = { /* Key bindings */ { xrm_String, "key", { .str = &config.window_key }, NULL }, { xrm_String, "rkey", { .str = &config.run_key }, NULL }, - { xrm_String, "skey", { .str = &config.ssh_key }, NULL }, - { xrm_Number, "separator", { .num = &config.separator }, NULL }, + { xrm_String, "skey", { .str = &config.ssh_key }, NULL } };