]> git.cworth.org Git - apitrace/blobdiff - retrace/retrace.py
d3d10,d3d11: Rudimentary retrace support.
[apitrace] / retrace / retrace.py
index f9b800ca5b9eb061ddd4d00df92332dd9de1f5f1..544796dbbd135dcb301fce3cc89ad03690d6bcf6 100644 (file)
@@ -34,7 +34,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
 
 
 import specs.stdapi as stdapi
-import specs.glapi as glapi
 
 
 class UnsupportedType(Exception):