aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-18 16:01:23 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-18 16:01:23 +0000
commit7fe8edc3962d5c30bf87677ecb2cf8633404f63c (patch)
treed354de9a04867168c1b296e15c556231f33c03f4 /tmux.h
parentf8a1f8843c91ebb1262ec6a000fd495eeb27e179 (diff)
parent577c0e3e5a79e9f1f860487bc3f411d26758f026 (diff)
downloadrtmux-7fe8edc3962d5c30bf87677ecb2cf8633404f63c.tar.gz
rtmux-7fe8edc3962d5c30bf87677ecb2cf8633404f63c.tar.bz2
rtmux-7fe8edc3962d5c30bf87677ecb2cf8633404f63c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 13cdf1b4..9923a721 100644
--- a/tmux.h
+++ b/tmux.h
@@ -72,9 +72,6 @@ struct tmuxproc;
#define READ_BACKOFF 512
#define READ_TIME 100
-/* Definition to shut gcc up about unused arguments. */
-#define unused __attribute__ ((unused))
-
/* Attribute to make gcc check printf-like arguments. */
#define printflike(a, b) __attribute__ ((format (printf, a, b)))