summaryrefslogtreecommitdiffstats
path: root/include/client/buffer.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-27 15:37:24 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 14:25:19 -0400
commite9922ec52496068e0976d77ba52e5b9c0d074ce1 (patch)
treef8aac2ec0e51266923cb1938018580ce851cebf2 /include/client/buffer.h
parentFix style (diff)
downloadsway-e9922ec52496068e0976d77ba52e5b9c0d074ce1.tar.gz
sway-e9922ec52496068e0976d77ba52e5b9c0d074ce1.tar.zst
sway-e9922ec52496068e0976d77ba52e5b9c0d074ce1.zip
Remove obsolete client code
Diffstat (limited to 'include/client/buffer.h')
-rw-r--r--include/client/buffer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/client/buffer.h b/include/client/buffer.h
deleted file mode 100644
index eb9973ed..00000000
--- a/include/client/buffer.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef _BUFFER_H
2#define _BUFFER_H
3
4#include "client/window.h"
5
6struct buffer *get_next_buffer(struct window *state);
7
8#endif