The open source OpenXR runtime

u/debug_gui: Do not call gui_prober_update in runtime debug gui

The calling of this function is only needed for the debug gui used in
monado-gui target, not the one built into the runtime. This better simulates
drivers not getting called while no apps are connected.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2399>

-3
-3
src/xrt/auxiliary/util/u_debug_gui.c
··· 289 289 XRT_TRACE_BEGIN(swap); 290 290 SDL_GL_SwapWindow(p->win); 291 291 XRT_TRACE_END(swap); 292 - 293 - // Update prober things. 294 - gui_prober_update(&p->base); 295 292 } 296 293 297 294 // Cleanup