aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-07 20:48:25 +0000
committerThomas White <taw@bitwiz.org.uk>2014-01-07 20:48:25 +0000
commit115e8fbfe3af0e0556a58b34b2a52c79536628e0 (patch)
treeae48b10e2791f87d936fb09f8d4dd61b82a8eaeb /src/frame.h
parenta7fc324e125fbbdd062172bbf37777c9b8d1d97b (diff)
Initial work for new SC processor
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index 2645060..f183c1b 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -92,8 +92,6 @@ struct frame
size_t pos;
struct layout_parameters lop;
- struct style *style;
- int lop_from_style; /* True if lop came from SS */
/* The rectangle allocated to this frame, determined by the renderer */
double x;