Remove clips_input() method and use clip_content

This commit is contained in:
kobewi 2021-06-25 15:46:37 +02:00
parent e4430771db
commit 452e10ba7b
10 changed files with 3 additions and 33 deletions

View file

@ -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;
}