From 00a2aee38dc5cbbd4907a593fa8d617f5a20292e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 17 Dec 2010 00:50:33 +0000 Subject: [PATCH] Remove unused I830Output Signed-off-by: Chris Wilson --- src/intel.h | 2 -- 1 file changed, 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