summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/remap_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/glapi/gen/remap_helper.py')
-rw-r--r--src/mapi/glapi/gen/remap_helper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/remap_helper.py b/src/mapi/glapi/gen/remap_helper.py
index 1e99884970..e2fa0e8c28 100644
--- a/src/mapi/glapi/gen/remap_helper.py
+++ b/src/mapi/glapi/gen/remap_helper.py
@@ -64,13 +64,11 @@ class PrintGlRemap(gl_XML.gl_print_base):
self.name = "remap_helper.py (from Mesa)"
self.license = license.bsd_license_template % ("Copyright (C) 2009 Chia-I Wu <olv@0xlab.org>", "Chia-I Wu")
- return
def printRealHeader(self):
print '#include "main/dispatch.h"'
print '#include "main/remap.h"'
print ''
- return
def printBody(self, api):
pool_indices = {}
@@ -162,7 +160,6 @@ class PrintGlRemap(gl_XML.gl_print_base):
print ' { -1, -1 }'
print '};'
print ''
- return
def _parser():