summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/savage_dri.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/savage_dri.c b/src/savage_dri.c
index 211fef0..468cf7d 100644
--- a/src/savage_dri.c
+++ b/src/savage_dri.c
@@ -1119,14 +1119,7 @@ Bool SAVAGEDRIFinishScreenInit( ScreenPtr pScreen )
pSAVAGEDRI->apertureHandle = pSAVAGEDRIServer->aperture.handle;
pSAVAGEDRI->apertureSize = pSAVAGEDRIServer->aperture.size;
- {
- unsigned int shift = 0;
-
- if(pSAVAGEDRI->width > 1024)
- shift = 1;
-
- pSAVAGEDRI->aperturePitch = psav->ulAperturePitch;
- }
+ pSAVAGEDRI->aperturePitch = psav->ulAperturePitch;
{
unsigned int value = 0;