summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-05-23 22:59:47 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-05-23 23:04:35 -0700
commit518fee37bde0788aed86c48fbda3de7585c4ff04 (patch)
treec996f4681129462781301a1114416e5fef52c04c /src
parent6ff1ec54271f708c16a28a43a97ca239dc87b2e8 (diff)
glut_egl: Remove all references to glut_egl
This patch removes the last remaining references, which were in #ifdef's and comments. They were found with `grep -REi "eglut|glut_egl"`. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/piglit/glut_wrap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/piglit/glut_wrap.h b/src/piglit/glut_wrap.h
index 4f1c2f95a..a1bddc3d2 100644
--- a/src/piglit/glut_wrap.h
+++ b/src/piglit/glut_wrap.h
@@ -29,7 +29,7 @@
* \brief Convenience header that includes the actual GLUT headers.
*
* The actual GLUT headers are chosen according to the macro definitions
- * USE_GLUT and USE_EGLUT.
+ * USE_GLUT and USE_WAFFLE.
*/
#pragma once
@@ -60,8 +60,6 @@ extern "C" {
# include <GL/freeglut_ext.h>
# endif
# endif
-#elif defined(USE_EGLUT)
-# include <glut_egl/glut_egl.h>
#endif
#ifdef __cplusplus