[Piglit] [PATCH 03/14] util: Remove PIGLIT_DISPATCH_GL_FWD.

Eric Anholt eric at anholt.net
Wed Jun 5 16:14:20 PDT 2013


Since I'm making the first actual use of this api parameter, and I
don't know what it would have done, just remove it.
---
 tests/util/piglit-dispatch.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/util/piglit-dispatch.h b/tests/util/piglit-dispatch.h
index eed2023..0b00891 100644
--- a/tests/util/piglit-dispatch.h
+++ b/tests/util/piglit-dispatch.h
@@ -140,7 +140,6 @@ typedef void (*piglit_error_function_ptr)(const char *);
 
 typedef enum {
 	PIGLIT_DISPATCH_GL,
-	PIGLIT_DISPATCH_GL_FWD,
 	PIGLIT_DISPATCH_ES1,
 	PIGLIT_DISPATCH_ES2
 } piglit_dispatch_api;
-- 
1.8.3.rc0



More information about the Piglit mailing list