Remove CMD_SENDENVIRON.

This commit is contained in:
Nicholas Marriott
2013-10-06 00:02:52 +01:00
parent 5eeee39cc1
commit 7e4314eccb
4 changed files with 5 additions and 9 deletions

View File

@ -38,7 +38,7 @@ const struct cmd_entry cmd_new_session_entry = {
"[-AdDP] [-c start-directory] [-F format] [-n window-name] "
"[-s session-name] " CMD_TARGET_SESSION_USAGE " [-x width] [-y height] "
"[command]",
CMD_STARTSERVER|CMD_CANTNEST|CMD_SENDENVIRON,
CMD_STARTSERVER|CMD_CANTNEST,
NULL,
cmd_new_session_exec
};