remove excessive inp_evaluate_temper() prototypes
This commit is contained in:
parent
0fb21eaf4a
commit
33788f7052
|
|
@ -62,8 +62,6 @@ static wordlist *inp_savecurrents(struct line *deck, struct line *options, wordl
|
|||
void line_free_x(struct line *deck, bool recurse);
|
||||
void create_circbyline(char *line);
|
||||
|
||||
void inp_evaluate_temper(void);
|
||||
|
||||
extern bool ft_batchmode;
|
||||
|
||||
/* structure used to save expression parse trees for .model and
|
||||
|
|
|
|||
|
|
@ -449,4 +449,6 @@ extern int NIpred(CKTcircuit *ckt);
|
|||
extern IFfrontEnd *SPfrontEnd;
|
||||
extern bool expr_w_temper;
|
||||
|
||||
extern void inp_evaluate_temper(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -27,8 +27,6 @@ Modified: 1999 Paolo Nenzi
|
|||
static double actval, actdiff;
|
||||
#endif
|
||||
|
||||
extern void inp_evaluate_temper(void);
|
||||
|
||||
|
||||
int
|
||||
DCtrCurv(CKTcircuit *ckt, int restart)
|
||||
|
|
|
|||
Loading…
Reference in New Issue