summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorLaurent Carlier <[email protected]>2013-04-24 12:47:18 +0200
committerMarek Olšák <[email protected]>2013-04-24 16:48:29 +0200
commitaddf00e2add2a51e50f33468221656a9c1389b02 (patch)
treeae52dc73cc0ac3717db79895030c19af001c97b0 /src/mesa/drivers
parentc5c754d1844b3a4302842137ab1dbddc9beecb22 (diff)
r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0e38cf3
Signed-off-by: Laurent Carlier <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r200/r200_vertprog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_vertprog.c b/src/mesa/drivers/dri/r200/r200_vertprog.c
index ee867c29a7f..461b7cb55a8 100644
--- a/src/mesa/drivers/dri/r200/r200_vertprog.c
+++ b/src/mesa/drivers/dri/r200/r200_vertprog.c
@@ -95,7 +95,6 @@ static struct{
OPN(SUB, 2),
OPN(SWZ, 1),
OPN(XPD, 2),
- OPN(PRINT, 0),
OPN(END, 0),
};
#undef OPN