Merge pull request #65821 from raulsntos/xr_notification

Remove redefinition of `notification` method in `XRInterfaceExtension`
This commit is contained in:
Rémi Verschelde 2022-11-14 23:25:37 +01:00
commit 164139b61f
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 0 additions and 18 deletions

View file

@ -141,13 +141,6 @@
Returns [code]true[/code] if this interface has been initialized.
</description>
</method>
<method name="_notification" qualifiers="virtual">
<return type="void" />
<param index="0" name="what" type="int" />
<description>
Informs the interface of an applicable system notification.
</description>
</method>
<method name="_post_draw_viewport" qualifiers="virtual">
<return type="void" />
<param index="0" name="render_target" type="RID" />