diff options
author | Eric Engestrom <[email protected]> | 2017-12-19 13:41:35 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-01-25 02:46:25 +0000 |
commit | 558411c21e09203f9ca774e5fbe1938046e54913 (patch) | |
tree | 68af80b7dfdd47c8742a9a9a9538db040869f663 /src/mesa | |
parent | 4a79113e2bc4dc78c7e5af8376f76ab475f2fc43 (diff) |
radeon: remove left over dead code
Fixes: 4e0d99a63588c67a955f "r100: Use shared debug code"
Cc: Pauli Nieminen <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
(cherry picked from commit eee8dd7c3360ec0daf3d44168b6d1c32c52bf69b)
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_context.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c index 866dc80c98f..26882dece68 100644 --- a/src/mesa/drivers/dri/radeon/radeon_context.c +++ b/src/mesa/drivers/dri/radeon/radeon_context.c @@ -334,12 +334,6 @@ r100CreateContext( gl_api api, rmesa->radeon.do_usleeps = (fthrottle_mode == DRI_CONF_FTHROTTLE_USLEEPS); - -#if DO_DEBUG - RADEON_DEBUG = parse_debug_string( getenv( "RADEON_DEBUG" ), - debug_control ); -#endif - tcl_mode = driQueryOptioni(&rmesa->radeon.optionCache, "tcl_mode"); if (driQueryOptionb(&rmesa->radeon.optionCache, "no_rast")) { fprintf(stderr, "disabling 3D acceleration\n"); |