summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-14 00:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-14 00:01:13 +0100
commita7ce19347a81282b82db1663eed5fd8dd00e927f (patch)
treeeabd001d0024db05e0555abe45964d6507286376 /session.c
parent5d2288b22aeb7e00e7ef14805d40784a49073d7d (diff)
parent7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'session.c')
-rw-r--r--session.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/session.c b/session.c
index da20bab1..4a93a5c5 100644
--- a/session.c
+++ b/session.c
@@ -358,9 +358,6 @@ session_new(struct session *s, const char *name, int argc, char **argv,
notify_window_linked(s, w);
environ_free(env);
- if (options_get_number(s->options, "set-remain-on-exit"))
- options_set_number(w->options, "remain-on-exit", 1);
-
session_group_synchronize_from(s);
return (wl);
}