diff options
author | Alex Deucher <alex@botch2.com> | 2008-05-20 18:57:13 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-05-20 18:57:13 -0400 |
commit | 69423482e2e94637142a9ba675589a1449a346a8 (patch) | |
tree | 10988523b8063901e1de0fc31fe9d807d611f458 /src/radeon.h | |
parent | 55e4469f59c82bb5762673de5f3f27d18b0bd9a3 (diff) |
RADEON: cleanup connection detection and remove duplicate code
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 86a4ebd9..9410dda5 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -969,7 +969,6 @@ extern DisplayModePtr RADEONProbeOutputModes(xf86OutputPtr output); /* radeon_output.c */ extern RADEONI2CBusRec atom_setup_i2c_bus(int ddc_line); extern RADEONI2CBusRec legacy_setup_i2c_bus(int ddc_line); -extern void RADEONConnectorFindMonitor(ScrnInfoPtr pScrn, xf86OutputPtr output); extern void RADEONGetPanelInfo(ScrnInfoPtr pScrn); extern void RADEONInitConnector(xf86OutputPtr output); extern void RADEONPrintPortMap(ScrnInfoPtr pScrn); |