diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-29 12:44:26 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-29 12:44:26 -0800 |
commit | 750d8e105831718d4a44a145fdb87571fa9f9d8e (patch) | |
tree | 20dd9c281489f11572150cad59105535a0d7308b /src | |
parent | 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3 (diff) |
Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3
Diffstat (limited to 'src')
-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; |