aboutsummaryrefslogtreecommitdiff
path: root/window-customize.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-21 20:01:22 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-21 20:01:22 +0100
commit921991c98d6fd596c958b07b5f5aba7c434e8f9f (patch)
tree42f00694a9edf1793209be4842987379d0171542 /window-customize.c
parent4d3367e9657002c4b68867c8d58e2f5b7ae90612 (diff)
parent63b6eec27889e4c38b4a051a1bb3463f153cc2c8 (diff)
downloadrtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.gz
rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.bz2
rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'window-customize.c')
-rw-r--r--window-customize.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/window-customize.c b/window-customize.c
index 782542f7..0f09eba8 100644
--- a/window-customize.c
+++ b/window-customize.c
@@ -1185,9 +1185,6 @@ window_customize_set_command_callback(struct client *c, void *itemdata,
pr = cmd_parse_from_string(s, NULL);
switch (pr->status) {
- case CMD_PARSE_EMPTY:
- error = xstrdup("empty command");
- goto fail;
case CMD_PARSE_ERROR:
error = pr->error;
goto fail;