From 40dbba5cf710a6e392afca73965aa48fa3953d1f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 17 Apr 2009 15:15:27 -0700 Subject: [PATCH] Remove some dead i830.h struct members. --- src/i830.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/i830.h b/src/i830.h index f9339177..ae7acfe9 100644 --- a/src/i830.h +++ b/src/i830.h @@ -461,18 +461,10 @@ typedef struct _I830Rec { Bool need_mi_flush; - Bool NeedRingBufferLow; Bool tiling; Bool fb_compression; - int backPitch; - Bool CursorNeedsPhysical; - - DGAModePtr DGAModes; - int numDGAModes; - Bool DGAactive; - int DGAViewportStatus; int Chipset; unsigned long LinearAddr;