aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 *, ...);