diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-03-27 14:49:30 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-03-27 14:49:30 -0700 |
commit | ad4abba20b8a6db7b52898bc7159809539cbed43 (patch) | |
tree | 11638de295d99f7282b5247f0aae91ea77b1f67c /src/g80_display.c | |
parent | 7e0e5c1fb38922add99db33f282baf2ee1531685 (diff) |
Fix warnings.
Diffstat (limited to 'src/g80_display.c')
-rw-r--r-- | src/g80_display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/g80_display.c b/src/g80_display.c index b9882da..2442e96 100644 --- a/src/g80_display.c +++ b/src/g80_display.c @@ -322,7 +322,6 @@ G80CrtcModeSet(xf86CrtcPtr crtc, DisplayModePtr mode, DisplayModePtr adjusted_mode, int x, int y) { ScrnInfoPtr pScrn = crtc->scrn; - G80Ptr pNv = G80PTR(pScrn); G80CrtcPrivPtr pPriv = crtc->driver_private; const int HDisplay = mode->HDisplay, VDisplay = mode->VDisplay; const int headOff = 0x400 * G80CrtcGetHead(crtc); |