diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-10-13 13:54:31 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-10-13 13:54:31 +0100 |
commit | cd9e51cd3ab0b36d2f97dfc6d8850dafe169c221 (patch) | |
tree | bd94269c7f40be04ef084b415ed775a518fdc890 | |
parent | 334aa062c333f2c59bc40e1b9239d3ea71c88a8f (diff) |
Ugh. Turn off debugging.
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 78ad6365..db21d872 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1,4 +1,4 @@ -#define VIDEO_DEBUG 1 +#define VIDEO_DEBUG 0 /*************************************************************************** Copyright 2000 Intel Corporation. All Rights Reserved. |