diff options
author | Eric Anholt <eric@anholt.net> | 2006-09-22 09:38:11 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-09-22 10:52:02 -0700 |
commit | c2446be9b444b16c95f78dab17bf130f9f491ee2 (patch) | |
tree | ac6c7b4df351956fe14b8c1b140a5f1b7a7b0ea5 /src/i830.h | |
parent | b6ba268d0d5f22c6a18ce45416452fce83438620 (diff) |
Remove the GetDevicePresence BIOS call which just printed BIOS information.
Because we aren't using the BIOS to set modes any more, what the BIOS thinks is
present is probably even less important than before.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -416,7 +416,6 @@ typedef struct _I830Rec { int yoffset; unsigned int SaveGeneration; - Bool devicePresence; OsTimerPtr devicesTimer; int MaxClock; |