diff options
author | Alex Deucher <alex@t41p.(none)> | 2006-10-15 13:10:22 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.(none)> | 2006-10-15 13:10:22 -0400 |
commit | 4abb5b7afea8d37e95461335e52b16168e555dab (patch) | |
tree | ffe265dd6f91bf144a046b02e5bf38e1d58e3ce1 /src/radeon.h | |
parent | 2933140b5f1f8a6e270460d8918a14943bd0f174 (diff) |
Remove Bioshotkeys option. Leave the bios as configured at boot.
Most distros enable this option by defalt anyway, and with xrandr++
it won't be an issue anyway.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon.h b/src/radeon.h index a97fe49..c234f6d 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -806,9 +806,6 @@ typedef struct { /* special handlings for DELL triple-head server */ Bool IsDellServer; - /* enable bios hotkey output switching */ - Bool BiosHotkeys; - Bool VGAAccess; int MaxSurfaceWidth; |