diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 20:39:29 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-31 18:54:04 +0100 |
commit | b342dcdf04790e320a1f445a8cdae7449065b9e1 (patch) | |
tree | 1bf3f18f621d8cd52e92ac7d6df7d36680563ecc /scene/main/window.cpp | |
parent | 2b710bc336a02ace95eb0588f3b0744923faf004 (diff) | |
download | redot-engine-b342dcdf04790e320a1f445a8cdae7449065b9e1.tar.gz |
Remove some unused signals
Part of #37604.
Diffstat (limited to 'scene/main/window.cpp')
-rw-r--r-- | scene/main/window.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/window.cpp b/scene/main/window.cpp index b1f2bc65dc..5fd39dfc68 100644 --- a/scene/main/window.cpp +++ b/scene/main/window.cpp @@ -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); |