summaryrefslogtreecommitdiff
path: root/include/dixstruct.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-01-31 12:05:08 +1100
committerAdam Jackson <ajax@redhat.com>2008-02-14 07:02:13 +1100
commitaa5216e89797b600f382c04e3eaa657e808a5c3e (patch)
treee33abcb51ace22aab23bc72df1a102bf31c6de30 /include/dixstruct.h
parent0d492b2166c4026b9078ffd86d89a31ebe590be4 (diff)
Rip out useless indirection in the callback list management.
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r--include/dixstruct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index cbeac48cb..d44b9cfa7 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -187,7 +187,6 @@ typedef struct _CallbackRec {
} CallbackRec, *CallbackPtr;
typedef struct _CallbackList {
- CallbackFuncsRec funcs;
int inCallback;
Bool deleted;
int numDeleted;