aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-24 16:24:18 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-24 16:24:18 +0000
commit2e2e762743417ae7a0c32a4b40909ecdf3bb3560 (patch)
tree5bb1acfe9bc3008ee8197c6daa12e8e2ce88658e /tmux.h
parent266c13df18bb576bbda4a417c429a66a8929c6af (diff)
downloadrtmux-2e2e762743417ae7a0c32a4b40909ecdf3bb3560.tar.gz
rtmux-2e2e762743417ae7a0c32a4b40909ecdf3bb3560.tar.bz2
rtmux-2e2e762743417ae7a0c32a4b40909ecdf3bb3560.zip
Sync OpenBSD patchset 289:
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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index b38c5fac..530c711b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.425 2009-08-20 11:51:20 tcunha Exp $ */
+/* $Id: tmux.h,v 1.426 2009-08-24 16:24:18 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -986,8 +986,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 *, ...);