summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-10-14 12:49:59 -0700
committerEric Anholt <[email protected]>2011-10-28 11:23:33 -0700
commit53b382637ca5462b15a430abbfc070e799d70b97 (patch)
tree6f2c4a00a715856574fc5ec332957e6e4bc3beec /src/mesa/drivers/dri/r200/r200_context.h
parentfb52b4303d8dab75e88d9bae66687c902a7767cc (diff)
radeon: Drop dri2 checks now that it's always true.
This makes LOCK_HARDWARE empty, so it goes away.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h
index 38b00e5d23d..b4003c3baf4 100644
--- a/src/mesa/drivers/dri/r200/r200_context.h
+++ b/src/mesa/drivers/dri/r200/r200_context.h
@@ -54,8 +54,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "radeon_screen.h"
#include "radeon_common.h"
-#include "radeon_lock.h"
-
struct r200_context;
typedef struct r200_context r200ContextRec;
typedef struct r200_context *r200ContextPtr;