summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-05-18 20:54:28 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-05-24 19:17:04 +0300
commit610009cf39984f2f5e818a221b626f7af10bd90e (patch)
tree2ef2035f43a3e7d527bdd3da2f6a1e30f0db5281
parent95889a569feabd3f803afb92950d067bd76e7397 (diff)
xfree86: bus: remove useless field from EntityRec
RAC is the champion of remaining trash for sure! Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alex Deucher <alexdeucher@gmail.com> Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/xfree86/common/xf86Bus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h
index b22e2e772..e161c7f4c 100644
--- a/hw/xfree86/common/xf86Bus.h
+++ b/hw/xfree86/common/xf86Bus.h
@@ -54,7 +54,6 @@ typedef struct {
Bool active;
Bool inUse;
BusRec bus;
- pointer busAcc;
int lastScrnFlag;
DevUnion * entityPrivates;
int numInstances;