summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/native_probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/egl/common/native_probe.h')
-rw-r--r--src/gallium/state_trackers/egl/common/native_probe.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gallium/state_trackers/egl/common/native_probe.h b/src/gallium/state_trackers/egl/common/native_probe.h
index 539c4aa70d..c0b7f2a1ff 100644
--- a/src/gallium/state_trackers/egl/common/native_probe.h
+++ b/src/gallium/state_trackers/egl/common/native_probe.h
@@ -49,20 +49,4 @@ struct native_probe {
void (*destroy)(struct native_probe *nprobe);
};
-/**
- * Return a probe object for the given display.
- *
- * Note that the returned object may be cached and used by different native
- * display modules. It allows fast probing when multiple modules probe the
- * same display.
- */
-struct native_probe *
-native_create_probe(void *dpy);
-
-/**
- * Probe the probe object.
- */
-enum native_probe_result
-native_get_probe_result(struct native_probe *nprobe);
-
#endif /* _NATIVE_PROBE_H_ */