diff options
author | Igor Kordiukiewicz <igorkordiukiewicz@gmail.com> | 2022-02-27 17:24:50 +0100 |
---|---|---|
committer | Igor Kordiukiewicz <igorkordiukiewicz@gmail.com> | 2022-02-28 07:51:50 +0100 |
commit | b870b40d79ef645bbc7fff565fe6c56bba8d9230 (patch) | |
tree | d7ac124fcd2f8bb3a4c4b819b6f0de7767b96b9a /scene/main/scene_tree.cpp | |
parent | 234eb83dfec6daf3795e53236be7b408083f6a2d (diff) |
Remove files_dropped signal from SceneTree
Diffstat (limited to 'scene/main/scene_tree.cpp')
-rw-r--r-- | scene/main/scene_tree.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/main/scene_tree.cpp b/scene/main/scene_tree.cpp index 2b4d7d8331..69e7472cf2 100644 --- a/scene/main/scene_tree.cpp +++ b/scene/main/scene_tree.cpp @@ -1256,8 +1256,6 @@ void SceneTree::_bind_methods() { ADD_SIGNAL(MethodInfo("process_frame")); ADD_SIGNAL(MethodInfo("physics_frame")); - ADD_SIGNAL(MethodInfo("files_dropped", PropertyInfo(Variant::PACKED_STRING_ARRAY, "files"), PropertyInfo(Variant::INT, "screen"))); - BIND_ENUM_CONSTANT(GROUP_CALL_DEFAULT); BIND_ENUM_CONSTANT(GROUP_CALL_REVERSE); BIND_ENUM_CONSTANT(GROUP_CALL_REALTIME); |