Cleanup: duplicate break

This commit is contained in:
Campbell Barton 2021-04-30 15:22:59 +10:00
parent 4a82df366f
commit d5ae0290e8
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ void node_socket_init_default_value(bNodeSocket *sock)
sock->default_value = dval;
break;
break;
}
}
}