summaryrefslogtreecommitdiffstats
path: root/servers/xr_server.h
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2021-08-23 15:23:16 +1000
committerBastiaan Olij <mux213@gmail.com>2021-08-26 23:24:44 +1000
commit86ff7f8550703d8636828d7d204e1c8aeeb94432 (patch)
tree4b5cfdfcd358ca0a64b450429927c86980adfb24 /servers/xr_server.h
parent6e87d628735cb201cb3de49a723baaf60d9c942d (diff)
downloadredot-engine-86ff7f8550703d8636828d7d204e1c8aeeb94432.tar.gz
Adding GDExtension support to XRInterface
Diffstat (limited to 'servers/xr_server.h')
-rw-r--r--servers/xr_server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/xr_server.h b/servers/xr_server.h
index 25431844c2..af183e175d 100644
--- a/servers/xr_server.h
+++ b/servers/xr_server.h
@@ -159,7 +159,6 @@ public:
*/
Ref<XRInterface> get_primary_interface() const;
void set_primary_interface(const Ref<XRInterface> &p_primary_interface);
- void clear_primary_interface_if(const Ref<XRInterface> &p_primary_interface); /* this is automatically called if an interface destructs */
/*
Our trackers are objects that expose the orientation and position of physical devices such as controller, anchor points, etc.