summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-09-22 09:38:11 -0700
committerEric Anholt <eric@anholt.net>2006-09-22 10:52:02 -0700
commitc2446be9b444b16c95f78dab17bf130f9f491ee2 (patch)
treeac6c7b4df351956fe14b8c1b140a5f1b7a7b0ea5 /src/i830.h
parentb6ba268d0d5f22c6a18ce45416452fce83438620 (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 35e0391d..9fc67122 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -416,7 +416,6 @@ typedef struct _I830Rec {
int yoffset;
unsigned int SaveGeneration;
- Bool devicePresence;
OsTimerPtr devicesTimer;
int MaxClock;