diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-17 00:50:33 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-08 19:46:36 +0000 |
commit | 00a2aee38dc5cbbd4907a593fa8d617f5a20292e (patch) | |
tree | 93eaba8b78d807651179b3463a4969dff834bc86 | |
parent | a851879695c48e88d421b053a78f867d9902273f (diff) |
Remove unused I830Output
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/intel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel.h b/src/intel.h index fc0b6d58..fff0fbb9 100644 --- a/src/intel.h +++ b/src/intel.h @@ -227,8 +227,6 @@ static inline Bool intel_pixmap_tiled(PixmapPtr pixmap) dri_bo *intel_get_pixmap_bo(PixmapPtr pixmap); void intel_set_pixmap_bo(PixmapPtr pixmap, dri_bo * bo); -typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr; - #include "common.h" #ifdef XvMCExtension |