diff options
author | Alex Deucher <alex@t41p.(none)> | 2006-10-15 13:18:01 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.(none)> | 2006-10-15 13:18:01 -0400 |
commit | 45e13f3c8786e75276cce85de4af653713d9b4d8 (patch) | |
tree | 24881e6311fb0d85ea84aef0998e7fd0828193d5 /src/radeon.h | |
parent | 4abb5b7afea8d37e95461335e52b16168e555dab (diff) |
Remove paneloff option. This is already covered by monitorlayout and
shouldn't be needed with xrandr++.
Also remove commented out Bioshotkey 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 c234f6d9..705c2101 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -449,7 +449,6 @@ typedef struct { Bool IsPrimary; /* Primary Screen */ Bool IsSwitching; /* Flag for switching mode */ Bool OverlayOnCRTC2; - Bool PanelOff; /* Force panel (LCD/DFP) off */ Bool ddc_mode; /* Validate mode by matching exactly * the modes supported in DDC data */ |