[Piglit] [PATCH 21/23] util: Remove unneeded extern
Chad Versace
chad.versace at linux.intel.com
Fri Sep 28 10:45:07 PDT 2012
Remove the extern qualifier on piglit_present_results().
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
tests/util/piglit-framework-gl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/util/piglit-framework-gl.h b/tests/util/piglit-framework-gl.h
index 62883e4..568318d 100644
--- a/tests/util/piglit-framework-gl.h
+++ b/tests/util/piglit-framework-gl.h
@@ -143,7 +143,7 @@ extern bool piglit_use_fbo;
extern unsigned int piglit_winsys_fbo;
void piglit_swap_buffers(void);
-extern void piglit_present_results();
+void piglit_present_results();
void piglit_post_redisplay(void);
void piglit_set_keyboard_func(void (*func)(unsigned char key, int x, int y));
void piglit_set_reshape_func(void (*func)(int w, int h));
--
1.7.12.1
More information about the Piglit
mailing list