diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2016-03-29 17:48:13 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2016-03-31 16:03:58 -0700 |
commit | 17b36a60eb1d5b40af04c458c1b45076ea0054ad (patch) | |
tree | fbf44738d2635a82a6d1988b9a837cab788a3f75 | |
parent | beeca8ac44bfc6b18c1e2f13cdda0143313c103e (diff) |
glapi: glX_proto_common.py: remove commented out code.
This can easily be restored with a revert if it's ever actually needed.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
-rw-r--r-- | src/mapi/glapi/gen/glX_proto_common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/glX_proto_common.py b/src/mapi/glapi/gen/glX_proto_common.py index d14d43a4ac..284b427179 100644 --- a/src/mapi/glapi/gen/glX_proto_common.py +++ b/src/mapi/glapi/gen/glX_proto_common.py @@ -86,5 +86,4 @@ class glx_print_proto(gl_XML.gl_print_base): else: print ' const GLuint cmdlen = %s;' % (f.command_length()) - #print '' return compsize |