summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-08-17 15:42:19 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-08-17 15:42:19 -0400
commitc3380ded10200f2df0cfba4abbe9a9eb892f7cbb (patch)
tree5101c340a353a9dfa4bc5d245f3d62250e8e3f0a /src/mesa/drivers/dri/radeon/radeon_common_context.h
parentcaf40d5d145185d6a4c3ce8ff7c30ec93c040abd (diff)
radeon: remove RADEON_DEBUG_BO stuff
This stuff was a vestige of the r600 bring up and now mostly serves to periodically break the build.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index 549395a793..ee46c1f81a 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -594,10 +594,4 @@ extern int RADEON_DEBUG;
#define RADEON_DEBUG 0
#endif
-#ifndef HAVE_LIBDRM_RADEON
-#ifndef RADEON_DEBUG_BO
-#define RADEON_DEBUG_BO 0
-#endif
-#endif
-
#endif