Do not start a spurious thread with empty controls
This commit is contained in:
parent
5c8b795064
commit
4f7b93f3a5
|
|
@ -163,10 +163,7 @@ com_resume(wordlist *wl)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Throw out the circuit struct and recreate it from the deck. This command
|
/* Throw out the circuit struct and recreate it from the deck. */
|
||||||
* should be obsolete.
|
|
||||||
*/
|
|
||||||
|
|
||||||
void
|
void
|
||||||
com_rset(wordlist *wl)
|
com_rset(wordlist *wl)
|
||||||
{
|
{
|
||||||
|
|
@ -178,9 +175,6 @@ com_rset(wordlist *wl)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
com_remcirc(NULL);
|
com_remcirc(NULL);
|
||||||
#ifdef SHARED_MODULE
|
|
||||||
exec_controls(NULL);
|
|
||||||
#endif
|
|
||||||
inp_source_recent();
|
inp_source_recent();
|
||||||
#else
|
#else
|
||||||
struct variable *v, *next;
|
struct variable *v, *next;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue