aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree_player.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson2017-12-25 19:26:39 +0700
committerPoommetee Ketson2017-12-25 19:26:39 +0700
commitf9c2cfbe319f9c0647dcaf5c2b0ef98187b36480 (patch)
treefc9ec3e1e93e0d2f890d017e6575e970b51a28e9 /scene/animation/animation_tree_player.cpp
parent256a60bc6e05468ba64729f3d972086ab8ae95b5 (diff)
downloadgodot-f9c2cfbe319f9c0647dcaf5c2b0ef98187b36480.tar.gz
godot-f9c2cfbe319f9c0647dcaf5c2b0ef98187b36480.tar.zst
godot-f9c2cfbe319f9c0647dcaf5c2b0ef98187b36480.zip
Diffstat (limited to 'scene/animation/animation_tree_player.cpp')
-rw-r--r--scene/animation/animation_tree_player.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/animation/animation_tree_player.cpp b/scene/animation/animation_tree_player.cpp
index 32f82fe6b..fceca55c3 100644
--- a/scene/animation/animation_tree_player.cpp
+++ b/scene/animation/animation_tree_player.cpp
@@ -386,8 +386,6 @@ bool AnimationTreePlayer::_get(const StringName &p_name, Variant &r_ret) const {
void AnimationTreePlayer::_get_property_list(List<PropertyInfo> *p_list) const {
- p_list->push_back(PropertyInfo(Variant::NODE_PATH, "base_path"));
- p_list->push_back(PropertyInfo(Variant::NODE_PATH, "master_player"));
p_list->push_back(PropertyInfo(Variant::DICTIONARY, "data", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK));
}