aboutsummaryrefslogtreecommitdiff
path: root/xgl.py
diff options
context:
space:
mode:
Diffstat (limited to 'xgl.py')
-rw-r--r--xgl.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/xgl.py b/xgl.py
index 91d73419..c29cb8bf 100644
--- a/xgl.py
+++ b/xgl.py
@@ -306,11 +306,6 @@ core = Extension(
Proto("XGL_RESULT", "UnmapMemory",
[Param("XGL_GPU_MEMORY", "mem")]),
- Proto("XGL_RESULT", "RecordMemoryRange",
- [Param("XGL_GPU_MEMORY", "mem"),
- Param("XGL_GPU_SIZE", "rangeSize"),
- Param("XGL_GPU_SIZE", "rangeOffset")]),
-
Proto("XGL_RESULT", "PinSystemMemory",
[Param("XGL_DEVICE", "device"),
Param("const void*", "pSysMem"),