summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/native.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-06-25 00:41:56 +0800
committerChia-I Wu <olv@lunarg.com>2010-06-29 17:16:20 +0800
commit4cb853402b6c55f5dbabf4475cd46b34bd7b1bc1 (patch)
tree0c8d8d417627234ef75a92d9ecd29c0bf0fe8093 /src/gallium/state_trackers/egl/common/native.h
parentafcea9b115cdfa0a6c948784f753d38b43240d25 (diff)
egl: Remove st/egl probe code.
It is no longer needed.
Diffstat (limited to 'src/gallium/state_trackers/egl/common/native.h')
-rw-r--r--src/gallium/state_trackers/egl/common/native.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gallium/state_trackers/egl/common/native.h b/src/gallium/state_trackers/egl/common/native.h
index 7e84d74ea7..9f34c517ef 100644
--- a/src/gallium/state_trackers/egl/common/native.h
+++ b/src/gallium/state_trackers/egl/common/native.h
@@ -34,7 +34,6 @@
#include "pipe/p_state.h"
#include "state_tracker/sw_winsys.h"
-#include "native_probe.h"
#include "native_modeset.h"
/**
@@ -216,20 +215,6 @@ native_attachment_mask_test(uint mask, enum native_attachment att)
struct native_platform {
const char *name;
- /**
- * 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 *(*create_probe)(void *dpy);
-
- /**
- * Probe the probe object.
- */
- enum native_probe_result (*get_probe_result)(struct native_probe *nprobe);
-
struct native_display *(*create_display)(void *dpy,
struct native_event_handler *handler,
void *user_data);