diff options
author | Deron Johnson <deron.johnson@sun.com> | 2005-06-21 23:47:42 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2005-06-21 23:47:42 +0000 |
commit | fd36c849487806f429babe9f2a9f41cd5283f1cd (patch) | |
tree | 785f91b41edc61da3d57d136af3749093ac3d2d1 | |
parent | 4905e17cfbc4e6deeb313fd9cf28004fb682ba76 (diff) |
Removed debug code that sneaked into the CVSlg3d-masterlg3d-dev-0-7-0
-rw-r--r-- | dix/dispatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c index 30cbea81c..2d6fb6504 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -78,7 +78,6 @@ Equipment Corporation. /* $XFree86: xc/programs/Xserver/dix/dispatch.c,v 3.32 2003/11/10 18:21:45 tsi Exp $ */ -#define DISPATCH_DEBUG #if defined(LG3D) && defined(DISPATCH_DEBUG) int printprocs = 0; int proc_num = 0; |