diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-05 10:04:48 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-05 11:31:45 +0100 |
commit | d9850a05003008d86d0b226bcd775aebdd43bccd (patch) | |
tree | 1f88052caf07874bc56f3b28dacdb695f39cea27 /uxa | |
parent | 99df720216787c52d16a350dd25469e2dcea2c47 (diff) |
uxa: drop enable disable access hook
This looks to be unused.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'uxa')
-rw-r--r-- | uxa/uxa-priv.h | 1 | ||||
-rw-r--r-- | uxa/uxa.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h index b74a625a..91ef4e03 100644 --- a/uxa/uxa-priv.h +++ b/uxa/uxa-priv.h @@ -131,7 +131,6 @@ typedef struct { AddTrapsProcPtr SavedAddTraps; UnrealizeGlyphProcPtr SavedUnrealizeGlyph; #endif - EnableDisableFBAccessProcPtr SavedEnableDisableFBAccess; Bool force_fallback; Bool fallback_debug; @@ -366,7 +366,6 @@ void uxa_set_force_fallback(ScreenPtr screen, Bool value) static Bool uxa_close_screen(int i, ScreenPtr pScreen) { uxa_screen_t *uxa_screen = uxa_get_screen(pScreen); - ScrnInfoPtr scrn = xf86ScreenToScrn(pScreen); #ifdef RENDER PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); #endif @@ -403,7 +402,6 @@ static Bool uxa_close_screen(int i, ScreenPtr pScreen) pScreen->ChangeWindowAttributes = uxa_screen->SavedChangeWindowAttributes; pScreen->BitmapToRegion = uxa_screen->SavedBitmapToRegion; - scrn->EnableDisableFBAccess = uxa_screen->SavedEnableDisableFBAccess; #ifdef RENDER if (ps) { ps->Composite = uxa_screen->SavedComposite; |