The branch, hooks has been updated
       via  0c96f400787e2e1b8233a264a8527b8467ece1ca (commit)
      from  e94d513c27b8aaddf15c32ea7d786ea4cde611b5 (commit)

- Log -----------------------------------------------------------------
commit 0c96f400787e2e1b8233a264a8527b8467ece1ca
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Remove CONTROL_SHOULD_NOTIFY_CLIENT as it's global
---
 control-notify.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/control-notify.c b/control-notify.c
index 4ea1570..0b274fb 100644
--- a/control-notify.c
+++ b/control-notify.c
@@ -21,9 +21,6 @@
 
 #include "tmux.h"
 
-#define CONTROL_SHOULD_NOTIFY_CLIENT(c) \
-       ((c) != NULL && ((c)->flags & CLIENT_CONTROL))
-
 void
 control_notify_input(struct client *c, struct window_pane *wp,
     struct evbuffer *input)


-----------------------------------------------------------------------

Summary of changes:
 control-notify.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to