diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-11-27 22:22:53 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-12-06 23:24:24 +0200 |
commit | 2f0a800ffdc881cdb3adf84f1ed97bbb63cba34c (patch) | |
tree | 27688d5116e56c579ffecfb75a6d0f30be9d0134 /dix | |
parent | 99378b58dbc63160382ad9c41f9cb0dd2a24e9d1 (diff) |
config: move to block/wakeup handler
Diffstat (limited to 'dix')
-rw-r--r-- | dix/dispatch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c index 0a93c3b6e..4c5a9b718 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -426,9 +426,6 @@ Dispatch(void) nready = WaitForSomething(clientReady); - /* this is an enormous hack and NEEDS TO GO AWAY. */ - configDispatch(); - #ifdef SMART_SCHEDULE if (nready && !SmartScheduleDisable) { |