diff options
author | Adam Jackson <ajax@redhat.com> | 2008-01-31 12:05:08 +1100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-02-14 07:02:13 +1100 |
commit | aa5216e89797b600f382c04e3eaa657e808a5c3e (patch) | |
tree | e33abcb51ace22aab23bc72df1a102bf31c6de30 /include/dixstruct.h | |
parent | 0d492b2166c4026b9078ffd86d89a31ebe590be4 (diff) |
Rip out useless indirection in the callback list management.
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 1 |
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; |