diff options
author | Dave Airlie <airlied@linux.ie> | 2007-01-04 16:23:39 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-01-04 16:23:39 +1100 |
commit | 4f8a7cafdc77e98dc44f9eced876560b1ee01117 (patch) | |
tree | 465d5b5db01cc1c955155605d928933e7343a409 /src/radeon_probe.h | |
parent | 52f749c8a613ee316044abe82156ee270412ced8 (diff) |
hook up crtc modesetting
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 977790c..817a40b 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -116,7 +116,6 @@ typedef enum } RADEONOutputType; typedef struct _RADEONCrtcPrivateRec { - int crtc; int crtc_id; int binding; Bool IsActive; |