summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-04-17 15:13:34 -0700
committerEric Anholt <eric@anholt.net>2009-04-27 17:05:59 -0700
commitdc71573292c215f49716f4dc1ebc416c6b172995 (patch)
tree86805b487a6d6fd3cd6b3093b9a73b46e23cb812 /src/i830.h
parent96df22740b2cdc4f82a4a36c0f77663105d9337e (diff)
Remove can_resize, which is now always true (except when a bug interfered)
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index 84c21108..d2307f6c 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -409,8 +409,6 @@ typedef struct _I830Rec {
i830_memory *memory_manager; /**< DRI memory manager aperture */
- Bool can_resize;
-
Bool need_mi_flush;
Bool tiling;