diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-21 10:19:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-21 10:19:36 +0000 |
commit | 2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66 (patch) | |
tree | d80c01340bc3bd81a406b302f1b3a15c04a7e47b /tmux.h | |
parent | e5ab9a2db53ccae8ebaca25d8b24a0e5deaaa518 (diff) | |
download | rtmux-2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66.tar.gz rtmux-2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66.tar.bz2 rtmux-2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66.zip |
Lose unnecessary flags on context.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.159 2008-06-20 18:45:35 nicm Exp $ */ +/* $Id: tmux.h,v 1.160 2008-06-21 10:19:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -725,9 +725,6 @@ struct cmd_ctx { void (*print)(struct cmd_ctx *, const char *, ...); void (*info)(struct cmd_ctx *, const char *, ...); void (*error)(struct cmd_ctx *, const char *, ...); - -#define CMD_KEY 0x1 - int flags; }; struct cmd { |