summaryrefslogtreecommitdiff
path: root/retrace/glretrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'retrace/glretrace.py')
-rw-r--r--retrace/glretrace.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/retrace/glretrace.py b/retrace/glretrace.py
index 48414496..3acacbdf 100644
--- a/retrace/glretrace.py
+++ b/retrace/glretrace.py
@@ -33,7 +33,6 @@ import sys
from retrace import Retracer
import specs.stdapi as stdapi
import specs.glapi as glapi
-import specs.glesapi as glesapi
class GlRetracer(Retracer):
@@ -492,7 +491,6 @@ _getActiveProgram(void);
'''
api = stdapi.API()
api.addModule(glapi.glapi)
- api.addModule(glesapi.glesapi)
retracer = GlRetracer()
retracer.retraceApi(api)