summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-02-04 22:48:52 -0500
committerAdam Jackson <ajax@redhat.com>2009-02-04 22:48:52 -0500
commit8eca37cb8934e79f02291460eb7b49a5d528f391 (patch)
tree2aa99dfd15d52a3940ab8e39e25377cdb1e93da1 /hw/xfree86/common/xf86Bus.h
parentb013111e98d50f5962e9b275eb28d969d5c9576e (diff)
Bus: Remove unused xf86ExtractTypeFromList
Diffstat (limited to 'hw/xfree86/common/xf86Bus.h')
-rw-r--r--hw/xfree86/common/xf86Bus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h
index be19e1984..518294cf7 100644
--- a/hw/xfree86/common/xf86Bus.h
+++ b/hw/xfree86/common/xf86Bus.h
@@ -135,7 +135,5 @@ extern BusAccPtr xf86BusAccInfo;
int xf86AllocateEntity(void);
BusType StringToBusType(const char* busID, const char **retID);
Bool xf86IsSubsetOf(resRange range, resPtr list);
-resPtr xf86ExtractTypeFromList(resPtr list, unsigned long type);
-resPtr xf86FindIntersect(resRange Range, resPtr list);
#endif /* _XF86_BUS_H */