summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-05-13 17:24:47 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-05-13 17:24:47 -0700
commitd3912e301fd707738b0952cd11e19f34b87765b8 (patch)
treebb8a783b374a5fdfa5a97168b2b8c0a4616c5035 /src/gallium/drivers/r300/r300_context.c
parent15601e970250e12f5d566ba782aae06d9714fbdc (diff)
r300-gallium: Clean up outdated comments.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index a4e89c37d1..a1cdea30de 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -129,7 +129,6 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
if (!r300)
return NULL;
- /* XXX this could be refactored now? */
r300->winsys = r300_winsys;
r300->context.winsys = (struct pipe_winsys*)r300_winsys;