summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_context.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-06-04 21:30:41 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-06-05 14:37:01 +1000
commit74adb150d595a7bc3f769bd2520c98a07bbc8531 (patch)
treef8c1b0a108eab625712c67be9a6a300dd38898a5 /src/gallium/drivers/nv40/nv40_context.h
parentbc466be695913cd504cefddd857ac1cefda87a04 (diff)
nv40: remove u_simple_screen usage
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r--src/gallium/drivers/nv40/nv40_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h
index 393b31c5f0..97bc83292d 100644
--- a/src/gallium/drivers/nv40/nv40_context.h
+++ b/src/gallium/drivers/nv40/nv40_context.h
@@ -21,8 +21,6 @@
#include "nv40_state.h"
-#define nouveau_bo(pb) nv40->screen->nvws->get_bo(pb)
-
#define NOUVEAU_ERR(fmt, args...) \
fprintf(stderr, "%s:%d - "fmt, __func__, __LINE__, ##args);
#define NOUVEAU_MSG(fmt, args...) \