summaryrefslogtreecommitdiff
path: root/scene/scene_string_names.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-06-25 15:46:37 +0200
committerkobewi <kobewi4e@gmail.com>2021-06-25 15:46:37 +0200
commit452e10ba7bd9a86bb911c49e810eda4aadf4b90c (patch)
tree5e494ae8746369c587adc7e7d1e290a7bbb9e63e /scene/scene_string_names.cpp
parente4430771dbc6d1f2e349ba180ba74834274f397c (diff)
Remove clips_input() method and use clip_content
Diffstat (limited to 'scene/scene_string_names.cpp')
-rw-r--r--scene/scene_string_names.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/scene_string_names.cpp b/scene/scene_string_names.cpp
index 8acab79c9e..2e0af89c1a 100644
--- a/scene/scene_string_names.cpp
+++ b/scene/scene_string_names.cpp
@@ -103,7 +103,6 @@ SceneStringNames::SceneStringNames() {
_update_scroll = StaticCString::create("_update_scroll");
_update_xform = StaticCString::create("_update_xform");
- _clips_input = StaticCString::create("_clips_input");
_structured_text_parser = StaticCString::create("_structured_text_parser");
_proxgroup_add = StaticCString::create("_proxgroup_add");