From 2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 21 Jun 2008 10:19:36 +0000 Subject: Lose unnecessary flags on context. --- tmux.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 6b72d2b9..f7f7a479 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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 { -- cgit