mirror of
https://github.com/godotengine/godot.git
synced 2026-03-31 21:35:13 +00:00
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