]> git.cworth.org Git - apitrace/blobdiff - glretrace.py
Merge branch 'master' into noglut
[apitrace] / glretrace.py
index 312c9a32c5ea868bc242d5756576f8c05f53d248..450ce7dd19d215648daddaf860321013455f8989 100644 (file)
@@ -167,8 +167,6 @@ if __name__ == '__main__':
 #include <stdio.h>
 #include <iostream>
 
-#define RETRACE
-
 #include "glproc.hpp"
 #include "glstate.hpp"
 #include "glws.hpp"
@@ -428,10 +426,6 @@ int main(int argc, char **argv)
     __context = __ws->createContext(__visual);
     __ws->makeCurrent(__drawable, __context);
 
-    for (GLuint h = 0; h < 1024; ++h) {
-        __list_map[h] = h;
-    }
-
     for ( ; i < argc; ++i) {
         if (parser.open(argv[i])) {
             __startTime = OS::GetTime();