| Summary: |
minor code cleanup |
| Product: |
xorg
|
Reporter: |
Tormod Volden <bugzi11.fdo.tormod> |
| Component: |
Driver/savage | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
minor
|
|
|
| Priority: |
medium
|
Keywords: |
janitor |
| Version: |
git | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
This block in src/savage_dri.c looks suspiciously like cruft. I can not make any sense of that block and its local, unused variable: 1118 { 1119 unsigned int shift = 0; 1120 1121 if(pSAVAGEDRI->width > 1024) 1122 shift = 1; 1123 1124 pSAVAGEDRI->aperturePitch = psav->ulAperturePitch; 1125 } The last time anyone touched this block was commit 54a78b4d252ba06dd520c5d43ad55b31323408ec but this has been like this since as long as git can tell.