summaryrefslogtreecommitdiff
path: root/src/egl/main/egltypedefs.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-02-19 11:47:54 +0800
committerChia-I Wu <olv@lunarg.com>2010-02-19 12:40:01 +0800
commit496724b869d4258a64e8343d3ae66d08bfb19f7b (patch)
tree048a491d6a5305c2675a71e797cfc8db0ee9e956 /src/egl/main/egltypedefs.h
parentbef4b476d729320599264483113d577ac5eeaff1 (diff)
egl: Silence warnings when compiled with -pedantic.
Just follow gcc's advices here.
Diffstat (limited to 'src/egl/main/egltypedefs.h')
-rw-r--r--src/egl/main/egltypedefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h
index e0c95762c6..166b133909 100644
--- a/src/egl/main/egltypedefs.h
+++ b/src/egl/main/egltypedefs.h
@@ -8,8 +8,6 @@
#include "eglcompiler.h"
-typedef enum _egl_resource_type _EGLResourceType;
-
typedef struct _egl_api _EGLAPI;
typedef struct _egl_config _EGLConfig;