egl: Remove st/egl probe code.
[mesa.git] / src / gallium / state_trackers / egl / common / native.h
index 7e84d74ea7c3474260ec21058543613ef6615d5f..9f34c517ef8cd9038cdbb5fad6ae340abe0ac818 100644 (file)
@@ -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);