Explorar o código

Remove obsolete warning in signals.rst

The editor doesn't let you connect a signal to a node without a script attached to it anymore.

Closes #4237
Nathan Lovato %!s(int64=4) %!d(string=hai) anos
pai
achega
76234aae4b
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      getting_started/step_by_step/signals.rst

+ 0 - 3
getting_started/step_by_step/signals.rst

@@ -60,9 +60,6 @@ you want to "listen" for the signal. Note that the Timer node is blue, this is a
 visual indication that it's the node that is emitting the signal. Select the root
 node.
 
-.. warning:: The target node *must* have a script attached or you'll receive
-             an error message.
-
 If you toggle the Advanced menu, you'll see on the right side that you can bind an arbitrary number of arguments of (possibly) different
 types. This can be useful when you have more than one signal connected to the same method,
 as each signal propagation will result in different values for those extra call arguments.