diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-07 19:35:09 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-07 23:06:36 -0700 |
commit | 3871e74733f47202372b34a0a8aa73a9d927ccd2 (patch) | |
tree | 7e3051a7213c961ba365e5371e560919c2dcaaa5 /src/glx/apple/GL_noop | |
parent | e157f381f21a1d5307f64b6ec3cc1b26d4ddf576 (diff) |
apple: Dead code removal
Now that we're using glapi, all of this is no longer needed.
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/GL_noop')
-rw-r--r-- | src/glx/apple/GL_noop | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/glx/apple/GL_noop b/src/glx/apple/GL_noop deleted file mode 100644 index 2581be1a7d5..00000000000 --- a/src/glx/apple/GL_noop +++ /dev/null @@ -1,15 +0,0 @@ -#These are for compatibility with the old libGL. -noop SGI_color_table -noop EXT_convolution -noop EXT_cull_vertex -noop NV_fence -noop SGIS_detail_texture -noop SGIX_fragment_lighting -noop SGIX_flush_raster -noop EXT_vertex_array -noop SGIX_instruments -noop EXT_histogram -noop NV_vertex_program -noop PGI_misc_hints -noop SGIS_multisample -noop EXT_multisample |