diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-02 13:01:56 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-02 13:01:56 -0800 |
commit | 34d54db945c67a2fee0a38cc9eafc463b8413669 (patch) | |
tree | 1408f85699d7cfe826fff728024d9e7cc2e3798f /src/i830_memory.c | |
parent | f7540df184a75a749cabcfa2da8974d3d0714ea6 (diff) |
Remove DRI_MM defines which are always true now.
Diffstat (limited to 'src/i830_memory.c')
-rw-r--r-- | src/i830_memory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c index 2bbffed6..ca159649 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -2131,7 +2131,6 @@ Bool i830_allocate_xvmc_buffer(ScrnInfoPtr pScrn, const char *name, } #endif -#ifdef XF86DRI_MM #if 0 static i830_memory * i830_allocate_framebuffer_new(ScrnInfoPtr pScrn, I830Ptr pI830, BoxPtr FbMemBox) @@ -2243,5 +2242,3 @@ i830_create_new_fb(ScrnInfoPtr pScrn, int width, int height, int *pitch) return pI830->front_buffer->bo->handle; #endif } - -#endif |