prototype not needed

This commit is contained in:
dwarning 2009-04-27 20:55:09 +00:00
parent 126375a7e9
commit d337f4bce5
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ Modifed: 2000 AlansFixes
int
CKTinit(void **ckt) /* new circuit to create */
{
extern void load_alldevs(void);
int i;
CKTcircuit *sckt;
*ckt = (void *) tmalloc(sizeof(CKTcircuit));