summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.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/gui/graph_edit.cpp
parente4430771dbc6d1f2e349ba180ba74834274f397c (diff)
downloadredot-engine-452e10ba7bd9a86bb911c49e810eda4aadf4b90c.tar.gz
Remove clips_input() method and use clip_content
Diffstat (limited to 'scene/gui/graph_edit.cpp')
-rw-r--r--scene/gui/graph_edit.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/gui/graph_edit.cpp b/scene/gui/graph_edit.cpp
index 5ef89e38f0..39aa6749e7 100644
--- a/scene/gui/graph_edit.cpp
+++ b/scene/gui/graph_edit.cpp
@@ -239,10 +239,6 @@ void GraphEdit::disconnect_node(const StringName &p_from, int p_from_port, const
}
}
-bool GraphEdit::clips_input() const {
- return true;
-}
-
void GraphEdit::get_connection_list(List<Connection> *r_connections) const {
*r_connections = connections;
}