aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-08 11:59:35 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-08 11:59:35 +0200
commita43c7bf130a5ee85982aa447ce9bbe5e28672fb1 (patch)
tree6b7b442fb03e4fc9fcb42c1044a7e75cc6dab180 /src/frame.c
parent8474b3208a8b72d47bce670ed46d356ca39ae4bc (diff)
Strip out the compositor
This part was not well thought-out, and causes a number of extra problems
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 5e10dbf..7d0e349 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -61,8 +61,6 @@ struct frame *frame_new()
n->num_children = 0;
- n->pl = NULL;
- n->contents = NULL;
n->sc = NULL;
return n;