Remove unused prototype

This commit is contained in:
Holger Vogt 2021-04-03 10:53:27 +02:00
parent 7064df7f3b
commit 4bee26b8b9
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ char *INPfindVer(char *line, char *version);
int INPgetStr(char **line, char **token, int gobble); int INPgetStr(char **line, char **token, int gobble);
int INPgetTitle(CKTcircuit **ckt, struct card **data); int INPgetTitle(CKTcircuit **ckt, struct card **data);
int INPgetUTok(char **line, char **token, int gobble); int INPgetUTok(char **line, char **token, int gobble);
int INPgetU2Tok(char **line, char **token, int gobble);
int INPremTerm(char *token, INPtables *tab); int INPremTerm(char *token, INPtables *tab);