summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@cube.(none)>2008-03-07 15:09:14 -0500
committerAlex Deucher <alex@cube.(none)>2008-03-07 15:09:14 -0500
commit9d710ee1a44cf2f3a948fbdbe17ef09521cbe744 (patch)
tree0154f631f0f6961f9f2a880d889aac5349342665 /src/radeon_probe.h
parentc28c30c9f3d7bfebfd56a5c982c96f0090982054 (diff)
AVIVO: clean up some unused variables
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 4ba6a32d..ae24003c 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -191,13 +191,6 @@ typedef struct _RADEONCrtcPrivateRec {
CARD8 lut_r[256], lut_g[256], lut_b[256];
uint32_t crtc_offset;
- int h_total, h_blank, h_sync_wid, h_sync_pol;
- int v_total, v_blank, v_sync_wid, v_sync_pol;
- int fb_format, fb_length;
- int fb_pitch, fb_width, fb_height;
- INT16 cursor_x;
- INT16 cursor_y;
-
int can_tile;
} RADEONCrtcPrivateRec, *RADEONCrtcPrivatePtr;