summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-29 22:43:35 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-30 08:24:41 +0000
commit72624b0b5ba6549cb8d96f992d2656a28ec6078c (patch)
treeaf05ee5916225f91705417f0c25a2bba088c3968 /src/sna/sna.h
parent6dc9bbc0161f071bbaf5c7e379974158a5ad666f (diff)
sna: Remove redundant use-gpu-bo clause
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r--src/sna/sna.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h
index 79aa08fe..37b904c4 100644
--- a/src/sna/sna.h
+++ b/src/sna/sna.h
@@ -144,7 +144,6 @@ struct sna_pixmap {
uint8_t pinned :1;
uint8_t mapped :1;
uint8_t flush :1;
- uint8_t gpu :1;
uint8_t header :1;
};