diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-29 12:44:26 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-24 12:20:59 -0800 |
commit | 12b581bb9e6dd77092cd7561b595fe37c948d894 (patch) | |
tree | 395a371a334031584a9e86d2ac851ae95ec32e2a | |
parent | 704177b5dd0ab7a5f5bef937eac53d725bc509b5 (diff) |
Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3
(cherry picked from commit 750d8e105831718d4a44a145fdb87571fa9f9d8e)
-rw-r--r-- | src/i830_memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c index fa22782d..f3baa606 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -346,7 +346,6 @@ i830_reset_allocations(ScrnInfoPtr pScrn) pI830->exa_offscreen = NULL; pI830->gen4_render_state_mem = NULL; pI830->overlay_regs = NULL; - pI830->logical_context = NULL; pI830->power_context = NULL; #ifdef XF86DRI pI830->back_buffer = NULL; |