Remove the logic that determines at compile time whether or not HAVE_ALIAS
[mesa.git] / src / mesa / glapi / glX_proto_size.py
index b097fed0ebbebed905662b9d115ee1e591b9145b..d4c8b553e41a8f0335214efa045b898c9e6e682c 100644 (file)
@@ -312,8 +312,6 @@ class PrintGlxSizeStubs_c(PrintGlxSizeStubs_common):
                
                print '#include "indirect_size.h"'
 
-               print ''
-               self.printHaveAlias()
                print ''
                self.printPure()
                print ''
@@ -437,8 +435,6 @@ class PrintGlxReqSize_c(PrintGlxReqSize_common):
                print ''
                print '#define __GLX_PAD(x)  (((x) + 3) & ~3)'
                print ''
-               self.printHaveAlias()
-               print ''
                print '#ifdef HAVE_ALIAS'
                print '#  define ALIAS2(from,to) \\'
                print '    GLint __glX ## from ## ReqSize( const GLbyte * pc, Bool swap ) \\'