aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-23 16:45:00 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-23 16:45:00 +0000
commit43cd40e87a41d9504dcac99419c96e3cdbb81029 (patch)
treef6ec67c9e1fd7cd800ce8ef67b96633afd7cacff /tmux.h
parent1eb303e6d401c1ef2992933532eb2d7eab36cecf (diff)
downloadrtmux-43cd40e87a41d9504dcac99419c96e3cdbb81029.tar.gz
rtmux-43cd40e87a41d9504dcac99419c96e3cdbb81029.tar.bz2
rtmux-43cd40e87a41d9504dcac99419c96e3cdbb81029.zip
The cursession member in struct cmd_ctx is always either curclient->session or
NULL when curclient is also NULL, so just eliminate it.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 4b388360..4cc659d6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -988,8 +988,6 @@ struct cmd_ctx {
struct client *curclient;
struct client *cmdclient;
- struct session *cursession;
-
struct msg_command_data *msgdata;
void printflike2 (*print)(struct cmd_ctx *, const char *, ...);