<p dir="ltr">This one is reviewed too. I'm on my phone and typing the reviewed by is hard though, so you'll have to copy from the last one.</p>
<p dir="ltr">I'm currently in the process of writing a series to replace the mesa XML with the khronos XML, and as part of that I was planning to rewrite the underlying representation of the XML. We can delete things now if you like or we we can wait and they'll jus disappear on their own soon enough.</p>
<p dir="ltr">Dylan</p>
<div class="gmail_quote">On Jun 19, 2015 5:18 AM, "Emil Velikov" <<a href="mailto:emil.l.velikov@gmail.com">emil.l.velikov@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Identical to the previous commit - unused by neither the Autotools,<br>
Android or SCons build.<br>
<br>
XXX: There are no more users of gl_api.filter_functions_by_api(). Should<br>
we just nuke it ?<br>
<br>
Cc:  Dylan Baker <<a href="mailto:dylanx.c.baker@intel.com">dylanx.c.baker@intel.com</a>><br>
Cc:  Jose Fonseca <<a href="mailto:jfonseca@vmware.com">jfonseca@vmware.com</a>><br>
Signed-off-by: Emil Velikov <<a href="mailto:emil.l.velikov@gmail.com">emil.l.velikov@gmail.com</a>><br>
---<br>
 src/mapi/glapi/gen/remap_helper.py | 8 --------<br>
 1 file changed, 8 deletions(-)<br>
<br>
diff --git a/src/mapi/glapi/gen/remap_helper.py b/src/mapi/glapi/gen/remap_helper.py<br>
index 94ae193..edc6c3e 100644<br>
--- a/src/mapi/glapi/gen/remap_helper.py<br>
+++ b/src/mapi/glapi/gen/remap_helper.py<br>
@@ -174,12 +174,6 @@ def _parser():<br>
                         metavar="input_file_name",<br>
                         dest='file_name',<br>
                         help="An xml description file.")<br>
-    parser.add_argument('-c', '--es-version',<br>
-                        choices=[None, 'es1', 'es2'],<br>
-                        default=None,<br>
-                        metavar='ver',<br>
-                        dest='es',<br>
-                        help='A GLES version to support')<br>
     return parser.parse_args()<br>
<br>
<br>
@@ -188,8 +182,6 @@ def main():<br>
     args = _parser()<br>
<br>
     api = gl_XML.parse_GL_API(args.file_name)<br>
-    if <a href="http://args.es" rel="noreferrer" target="_blank">args.es</a> is not None:<br>
-        api.filter_functions_by_api(<a href="http://args.es" rel="noreferrer" target="_blank">args.es</a>)<br>
<br>
     printer = PrintGlRemap()<br>
     printer.Print(api)<br>
--<br>
2.4.2<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>