aboutsummaryrefslogtreecommitdiff
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-07-22 22:28:20 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-07-23 08:24:32 +1000
commit12e90fa6006b2cf17a5b5983b5a6e2e70cda58d3 (patch)
tree5f855ab05c0ec079f4487e9527f87f37c1929bf1 /include/sway/server.h
parent81e8f31cc6f284b54ab206e14af7ecbc1a9ed1bb (diff)
Store scratchpad list in sway_root instead of server
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 6cef2e58..70bde6d4 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -48,8 +48,6 @@ struct sway_server {
list_t *transactions;
list_t *dirty_containers;
-
- list_t *scratchpad; // struct sway_container
};
struct sway_server server;