diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-08-23 15:23:16 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2021-08-26 23:24:44 +1000 |
commit | 86ff7f8550703d8636828d7d204e1c8aeeb94432 (patch) | |
tree | 4b5cfdfcd358ca0a64b450429927c86980adfb24 /servers/xr_server.h | |
parent | 6e87d628735cb201cb3de49a723baaf60d9c942d (diff) | |
download | redot-engine-86ff7f8550703d8636828d7d204e1c8aeeb94432.tar.gz |
Adding GDExtension support to XRInterface
Diffstat (limited to 'servers/xr_server.h')
-rw-r--r-- | servers/xr_server.h | 1 |
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. |