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

@ -2344,6 +2344,7 @@ void Window::_bind_methods() {
ADD_SIGNAL(MethodInfo("visibility_changed"));
ADD_SIGNAL(MethodInfo("about_to_popup"));
ADD_SIGNAL(MethodInfo("theme_changed"));
ADD_SIGNAL(MethodInfo("dpi_changed"));
ADD_SIGNAL(MethodInfo("titlebar_changed"));
BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED);