diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-05-30 17:51:22 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-05-30 17:51:22 -0700 |
commit | 9ee7b04b1fe57834a541ef27b4e25acffd3ac1c5 (patch) | |
tree | 2b1de9248e03f2d23a259eae0f49713f22182539 /src/mga_dga.c | |
parent | 254299d06eba2ede820f1fe2929a4b247ead39b1 (diff) |
cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay
Diffstat (limited to 'src/mga_dga.c')
-rw-r--r-- | src/mga_dga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mga_dga.c b/src/mga_dga.c index 6bae9dc..e03e635 100644 --- a/src/mga_dga.c +++ b/src/mga_dga.c @@ -329,7 +329,6 @@ MGA_SetMode( pMga->CurrentLayout.weight.red = BitsSet(pMode->red_mask); pMga->CurrentLayout.weight.green = BitsSet(pMode->green_mask); pMga->CurrentLayout.weight.blue = BitsSet(pMode->blue_mask); - pMga->CurrentLayout.Overlay8Plus24 = FALSE; /* MGAModeInit() will set the mode field */ pScrn->SwitchMode(index, pMode->mode, 0); |