Remove empty bind_methods()
This commit is contained in:
@@ -48,9 +48,6 @@ void NodeDock::show_connections() {
|
||||
connections->show();
|
||||
}
|
||||
|
||||
void NodeDock::_bind_methods() {
|
||||
}
|
||||
|
||||
void NodeDock::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_ENTER_TREE:
|
||||
|
||||
Reference in New Issue
Block a user