Remove some unused signals

Part of #37604.
This commit is contained in:
Rémi Verschelde 2023-01-23 20:39:29 +01:00
parent 2b710bc336
commit b342dcdf04
No known key found for this signature in database
GPG key ID: C3336907360768E1
14 changed files with 7 additions and 24 deletions

View file

@ -614,6 +614,12 @@
This signal can be used to handle window closing, e.g. by connecting it to [method hide].
</description>
</signal>
<signal name="dpi_changed">
<description>
Emitted when the [Window]'s DPI changes as a result of OS-level changes (e.g. moving the window from a Retina display to a lower resolution one).
[b]Note:[/b] Only implemented on macOS.
</description>
</signal>
<signal name="files_dropped">
<param index="0" name="files" type="PackedStringArray" />
<description>