diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-03-07 10:16:19 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-03-07 10:16:19 +0000 |
commit | cd1c14b172b0794f744b304f59b4fc78f0d6f8d6 (patch) | |
tree | 88413579c36ed96272d712908a2c244a1e852d08 /src/sna/sna.h | |
parent | 1b8fc8715598e7bf756ccfa99a6da59bab48c2a0 (diff) |
sna: Remove the unused output and crtc lists
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index 8f26be9c..a244b97d 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -239,9 +239,6 @@ struct sna { DamagePtr shadow_damage; struct kgem_bo *shadow; int shadow_flip; - - struct list outputs; - struct list crtcs; } mode; struct sna_dri { |