summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-05-17 10:39:09 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-05-17 11:41:09 -0700
commit777bc79d4642503e3413bb4cfcc267fee219123d (patch)
tree8328c7e0eb809575ca28741834bc4407a2d52b9c /include
parent29882f72320f62bc08241e63aecc7d511c9e97d9 (diff)
include: Remove WAFFLE_OPENGL* attributes
These attributes are no longer used. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/waffle/waffle_enum.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/waffle/waffle_enum.h b/include/waffle/waffle_enum.h
index 864e6dc..7d92c8f 100644
--- a/include/waffle/waffle_enum.h
+++ b/include/waffle/waffle_enum.h
@@ -60,11 +60,6 @@ enum waffle_enum {
WAFFLE_PLATFORM_WAYLAND = 0x0014,
WAFFLE_PLATFORM_X11_EGL = 0x0015,
- WAFFLE_OPENGL_API = 0x0100,
- WAFFLE_OPENGL = 0x0101,
- WAFFLE_OPENGL_ES1 = 0x0102,
- WAFFLE_OPENGL_ES2 = 0x0103,
-
// ------------------------------------------------------------------
// For waffle_config_choose()
// ------------------------------------------------------------------