aboutsummaryrefslogtreecommitdiff
path: root/include/client/buffer.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-27 15:37:24 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-28 14:25:19 -0400
commite9922ec52496068e0976d77ba52e5b9c0d074ce1 (patch)
treef8aac2ec0e51266923cb1938018580ce851cebf2 /include/client/buffer.h
parent53e3763b58575cda89562d0fa1a4f9270a9c74f6 (diff)
downloadsway-e9922ec52496068e0976d77ba52e5b9c0d074ce1.tar.xz
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 @@
-#ifndef _BUFFER_H
-#define _BUFFER_H
-
-#include "client/window.h"
-
-struct buffer *get_next_buffer(struct window *state);
-
-#endif