aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-26 18:31:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-26 18:31:10 +0000
commit3a55871d0427b45713d56938202a3e2265a428c1 (patch)
treeb95bfd23b976bb1541709f3dc06bdbc442691063 /tmux.h
parentcd4566cd6976c741b4075eee81e29353d353af79 (diff)
downloadrtmux-3a55871d0427b45713d56938202a3e2265a428c1.tar.gz
rtmux-3a55871d0427b45713d56938202a3e2265a428c1.tar.bz2
rtmux-3a55871d0427b45713d56938202a3e2265a428c1.zip
Now in base.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 1ac668fe..99d11541 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.326 2009-05-21 19:46:00 nicm Exp $ */
+/* $Id: tmux.h,v 1.327 2009-05-26 18:31:10 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -23,9 +23,6 @@
#define PROTOCOL_VERSION -13
-/* Shut up gcc warnings about empty if bodies. */
-#define RB_AUGMENT(x) do {} while (0)
-
#include <sys/param.h>
#include <sys/time.h>