diff options
author | kobewi <kobewi4e@gmail.com> | 2021-06-25 15:46:37 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-06-25 15:46:37 +0200 |
commit | 452e10ba7bd9a86bb911c49e810eda4aadf4b90c (patch) | |
tree | 5e494ae8746369c587adc7e7d1e290a7bbb9e63e /scene/scene_string_names.h | |
parent | e4430771dbc6d1f2e349ba180ba74834274f397c (diff) |
Remove clips_input() method and use clip_content
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r-- | scene/scene_string_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h index 0c528a45f7..01865b0d2f 100644 --- a/scene/scene_string_names.h +++ b/scene/scene_string_names.h @@ -129,7 +129,6 @@ public: StringName _update_scroll; StringName _update_xform; - StringName _clips_input; StringName _structured_text_parser; StringName _proxgroup_add; |